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

Description

The SfxExistingFileBehavior property lets you determine the overwrite behavior exhibited by self-extracting zip files whenever files are being extracted that already exist in the destination folder.

Possible values

Value Meaning
xseAsk  Prompt user to confirm with the Overwrite dialog. The Overwrite dialog prompts the user on how to proceed. The user can select the "Yes" button to overwrite the file, the "No" button to skip the file, the "All" button to overwrite the file and any subsequent files that already exist, and finally the "None" button to skip the file and any other files that already exist.
xseSkip  Never overwrite files, and do not prompt user.
xseOverwrite  Always overwrite files, and do not prompt user.

Data type

xcdSfxExistingFileBehavior

Default value

xseAsk

Declaration (DLL API)  

UINT XzGetSfxExistingFileBehavior(HXCEEDZIP hZip)

void XzSetSfxExistingFileBehavior(HXCEEDZIP hZip, UINT uValue)

Browsable

Yes

Applicable methods

Zip, Convert

Related topics

None