Decompress CAB file

Decompress CAB file

Unpacks CAB archive file to the specified directory. CAB is a standard Microsoft archive format. We recommend you to increase the size of files for the progress-bar with the command Progress Settings (Additional Size).

Description
Optionally, you may add comments here describing the purpose of this element.
Path
Choose the path where the cab file is placed.
APPLICATION DATA PATH - Program subfolder in Application Data folder.
CDROM PATH - CD or DVD drive.
CUSTOM PATH - The path must be defined in the filename control.
INSTALL PATH - Default installation path.
SETUP FILE PATH - The path where setup executable file is run.
SYSTEM PATH - Windows system directory.
TEMPORARY PATH - Windows temporary directory.
WINDOWS PATH - Windows directory.
Filename [CAB]
Specify the name of the archive CAB file to be unpacked.
mydata.cab 
Destination folder
Choose the destination path where files and folders will be unpacked.
APPLICATION DATA PATH - Program subfolder in Application Data folder.
CDROM PATH - CD or DVD drive.
CUSTOM PATH - The path must be defined in the filename control.
INSTALL PATH - Default installation path.
SETUP FILE PATH - The path where setup executable file is run.
SYSTEM PATH - Windows system directory.
TEMPORARY PATH - Windows temporary directory.
WINDOWS PATH - Windows directory.
Custom Path
Here you can specify any destination path, if CUSTOM PATH is selected in the Destination folder field.
If File Exists in Destination
What should be done if a file being installed already exists on user's hard drive.
Skip - do not extract the file.
Overwrite - overwrite the existing file.
Overwrite if newer - overwrite the file only if the file is newer or has a later version than the already existing one.
Ask - prompt the user to select an appropriate action.
Ask if newer - request directions from user only if the file is newer or has a later version than the already existing one. Otherwise, the file will be skipped.
Notice! If a file must be updated but is locked by the system or by other applications, at the end of installation, the user will be asked to reboot the computer. Such files will be updated after the reboot.
Wildcards to unpack
Specify wildcards or filenames you want to unpack. Separate them with a comma or a semicolon. Leave it empty or *.* if you want to unpack all files.
*.exe,*.txt 
If Condition
You can specify a condition that should be met for the action to be performed. See If Condition for Wizard for more details. If the condition is FALSE then the command is skipped. See How to use If Condition for more details.