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.
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. |
xseAsk
Declaration (DLL API) | |
---|---|
|
Yes
None