If customizing parameters, create a response file in which the parameters were changed using the parameter setup command, and use this file for silent installation.
Command name
dvdRom:\citool\SS\dtpss_instparam.exe
Syntax
dtpss_instparam.exe -infile installParmCsvFile -outfile responseFile |
Options
Option | Description |
---|---|
-infile | Specify the installation parameter CSV file. |
-outfile | Specify the output destination of the response file for silent installation. |
Output format
The return value is 0 if the command ends normally.
The return value is other than 0 if the command ends abnormally. If this happens, refer to the error message output to the console and take appropriate action.
Examples
The following command specifies the parameters in the installation parameter CSV file C:\dtp_ss.csv, and creates the response file C:\dtp_ss.ini for silent installation:
dtpss_instparam.exe -infile C:\dtp_ss.csv -outfile C:\dtp_ss.ini |