The installation parameters CSV file, which is specified as the argument for the silent installer, has three columns per line in CSV format.
sectionName, parameterName, value sectionName, parameterName, value :
Enter the following settings in respective columns.
Item | Settings | Optional |
---|---|---|
sectionName | Specify the section name. There are two types of section names: "installinfo": Set the product information. "parameters": Set the parameter information for this product. | Mandatory |
parameterName | Specify the parameter name. Each section has a valid parameter. | Mandatory |
value | Specify the value. | Optional |
Note
Blank lines cannot be included.
Section names and parameter names cannot be omitted.
Undefined parameters cannot be set in lines where the section name is "installInfo". Also, note that the same parameter cannot be specified multiple times.
Specify at least one line with the section name "parameters".
Undefined parameters specified in lines within the "parameters" section will be ignored during execution. Note that when the same parameter is specified multiple times, the settings in the lowest line will be valid.
The setting values for lines where the section name is "installInfo" may contain alphanumeric characters (at least one), and symbols, excluding double quotation marks (") and commas (,).
The following characters can be used in the setting for rows with the section name "installInfo":
Alphanumeric characters and double quotation marks
The following characters can be used in the setting for rows with the section name "parameters":
Alphanumeric characters, hyphens and forward slashes
Information
The template for the installation parameters CSV file is "mountpoint/sample/sample.csv".