Contents Up Previous Next

Application

The Application section should have the following entries.

Name The name of the program being installed.
Title The title to be placed in the installation program's title bar.
Directory The default destination directory on the hard disk.
PM Group The program manager group name.
Free Space The amount of free space required. This is not explicitly checked, but will be presented to the user.
Message An optional entry, to allow the user to override the standard message that appears on the installation dialog box. Use %n to force a newline.

For example:

[Application]

Name=Test
Title=Test Installation
Directory=c:\testit
PM Group=TestIt
Free Space=1000          ; in kbytes
Free Space=1000          ; in kbytes
;Message=Please install Test into the directory shown below, and no other.%n%nIt will take up about 2MB.