Answer File Format
An answer file consists of section headers, keys, and the values for each key. Most of the section headers are predefined, but some can be user defined. You do not need to specify all the possible keys in an answer file; your installation does not require them. Invalid key values generate errors or can cause incorrect behavior after Setup has completed. The file format is as follows.Section headers are enclosed with brackets on both ends. The following is an example:
[section_name] |
key = "value" |
[OEMBootFiles] |
NOTEComment lines start with a semicolon and typically precede the key they reference.
Keys are typically indented four spaces to enhance the readability of the file. Indentation, however, is not required.
; This is an example of a comment line. |