Packs - Files

Source File
The file to include in the pack.

Rename Target File
If you want to the file to have a differnet name when the user installs the program, select this a enter the new name.

Source Directory
The directory to include into the pack.

Target Directory
The directory in which the file or the directory will be placed in.

Overwrite
Overwrite - if the file is already installed, it will be overwritten.
Ask True/Ask False - ask the user what to do and supply default value for non-interactive use.
Update - means that the new file is only installed if it's modification time is newer than the modification time of the already existing file (note that this is not a reliable mechanism for updates - you cannot detect whether a file was altered after installation this way)

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.