Xceed .NET Libraries Documentation
RegistryKeys Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : RegistryKeys Property
Gets a list of registry keys that the self-extracting zip file will add or change in the system registry.
Syntax
'Declaration
 
Public ReadOnly Property RegistryKeys As RegistryKeyList
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As RegistryKeyList
 
value = instance.RegistryKeys
public RegistryKeyList RegistryKeys {get;}

Property Value

A reference to a RegistryKeyList containing a list of registry keys that the self-extracting zip file will add or change in the system registry.
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 SfxRegistryKeys property and the SfxAddRegistryKey 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