Control File Format

The control file contains several lines to record configuration information during the installation. Each line in the control file consist of a Keyword and Value pair with the following format:

   Keyword="Value"

where:

Keyword is one of the keywords listed in Keywords in the Control.
Value is a valid value for that keyword.

The file can also contain comment lines, which must start with a hash character "#" in the first column.

Note 

A number of passwords can be stored in the control file. If the control file is generated by the installer, these passwords are encrypted. When reading the control file, the installer can read both encrypted and unencrypted passwords.

The entire password string (Keyword and Value) is encrypted. Therefore you cannot therefore distinguish which password an encrypted string defines.