Packs - Executables

File
The file to run or to be marked to run.

Stage to Launch
Specifies when to launch.
Post-Install - just after the installation is done
Never - never launch it (useful to set the +x flag on Unix)
Uninstall - will launch the executable when the application is uninstalled. The executable is executed before any files are deleted.

Failure Action
Specifies what to do when an error occurs.
Abort Installation - stop the installation process when it fails
Ask User - will ask the user what to do
Warn User And Continue - will just tell the user that something is wrong and then continue on

Keep file after execution
Specifies whether the file will be kept after execution.

Operating System

Family
You may specify here, if you want to restrict a feature’s effect to a certain operating system family or if you want it available with all the operating systems.

Name
Here you may choose to restrict a feature’s effect to a certain operating system name.  Some examples are Windows XP and Windows Vista. The test is a comparison against the os.name system property on the install machine.

Version
Here you may choose to restrict a feature’s effect to a certain operating system version. The test is a comparison against the os.version system property on the install machine.

Architecture
Here you may choose to restrict a feature’s effect to a certain operating system architecture. The test is a comparison against the os.arch system property on the install machine.