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

Description

The SfxIconFilename property lets you customize the self-extracting zip file's application icon. This is the icon Windows uses to display the executable's icon, as well as the icon that appears in the title bar of all the self-extractors dialog boxes.

You can assign the filename and path of any valid windows icon (.ICO) file to this property. When this property is left empty, no icon is assigned and the self-extracting zip file will use its built-in "zip" icon.

Data type

String

Default value

Empty

Declaration (DLL API)  

UINT XzGetSfxIconFilename(HXCEEDZIP hZip, TCHAR* pszBuffer, UINT uMaxLength)

void XzSetSfxIconFilename(HXCEEDZIP hZip, const TCHAR* pszValue)

Browsable

Yes

Applicable methods

Zip, Convert

Related topics

None