Xceed Zip Compression Library Documentation
SfxFilesToRegister property
Self-Extractor Module reference > Self-Extractor Module properties > SfxFilesToRegister property

Description

This property allows you to instruct the self-extracting zip file to register DLL or other executable files using the regsvr32 executable available on 32-bit Windows operating systems. Specify the path and filename of the file to register. If you have more than one file to register, separate each file's path + filename by a CR and/or LF character. The easy way to specify values for this property is to use the SfxAddFileToRegister method.

Macros can be used.

The total length of the values of the SfxExecuteAfter, SfxFilesToCopy, SfxFilesToRegister and SfxRegistryKeys properties cannot exceed 2000 characters.

Data type

String

Default value

Empty

Declaration (DLL API)  

UINT XzGetSfxFilesToRegister(HXCEEDZIP hZip, TCHAR* pwszBuffer, UINT uMaxLength);

void XzSetSfxFilesToRegister(HXCEEDZIP hZip, const TCHAR* pwszValue);

Browsable

Yes

Applicable methods

Zip, Convert