Unzip File

From InstallJammer Wiki

Jump to: navigation, search

The Unzip File action will take a given .zip file that is installed on the target system and unzip it to a destination directory.

Contents

[edit] Standard Properties

See Standard Action Properties.

[edit] Advanced Properties

[edit] 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.

[edit] Destination

The new path to unpack the zip file to. If the path is relative, it will be made relative to <%InstallDir%>.

[edit] Progress Virtual Text

If not null, this specifies a virtual text variable to update with the percentage complete as the files are unzipped.

[edit] 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.

[edit] 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%>.

[edit] Text Properties

[edit] Status Text

A text string to use when showing status during the unzip.

[edit] Examples

The following values would unpack the file foo.zip into the directory <%InstallDir%>/bar.

Source:      foo.zip
Destination: foo
Personal tools