This action will take a given .zip file that is installed on the target system and unzip it to a destination directory.
Supported Platforms
All Platforms
Standard Properties
See Standard Action Properties.
Advanced Properties
Add to Uninstall
If this property is true, any directory or file created while unzipping the file will be added the uninstall log to be removed later during uninstallation.
Destination
The new path to unpack the zip file to. If the path is relative, it will be made relative to <%InstallDir%>.
Progress Virtual Text
If not null, this specifies a virtual text variable to update with the percentage complete as the files are unzipped.
Status Virtual Text
If not null, this specifies a virtual text variable to update with the status of the files as they are unzipped. The virtual text will be set to the value of Status Text and then updated.
Zip File
The path to the zip ile or directory to be unpacked. If the path is relative, it will be made relative to <%InstallDir%>.
Text Properties
Status Text
A text string to use when showing status during the unzip.
Examples
The following values would unpack the file foo.zip into the directory <%InstallDir%>/bar.
Source: foo.zip
Destination: foo