Xceed .NET Libraries Documentation
DllsToRegister Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : DllsToRegister Property
Gets a list of DLLs to register using the regsvr32 executable available on 32-bit Windows operating systems once the files are unzipped.
Syntax
'Declaration
 
Public ReadOnly Property DllsToRegister As StringList
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As StringList
 
value = instance.DllsToRegister
public StringList DllsToRegister {get;}

Property Value

A reference to a StringList containing a list of the DLLs to register.
Remarks

Variables are supported.

The length of the values of the ExecuteAfter, FilesToCopy, DllsToRegister and RegistryKeys properties cannot exceed 2000 characters.

This property is the equivalent of the SfxFilesToRegister property and the SfxAddFileToRegister method of the ActiveX version of Xceed Zip.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XceedSfxPrefix Class
XceedSfxPrefix Members