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\LA\dtkla_instparam.exe
Syntax
dtkla_instparam.exe -infile installParmCsvFile -outfile responseFile
Options
Option | Description |
---|---|
-infile | Specify the installation parameter CSV file. Specify the full path using up to 255 halfwidth characters or 127 fullwidth characters. If the path includes spaces, enclose it in double quotation marks. |
-outfile | Specify the response file to be output. Specify the full path using up to 255 halfwidth characters or 127 fullwidth characters. If the path includes spaces, enclose it in double quotation marks. If the file already exists in the output destination, it will be overwritten. |
Return values
Ended normally.
Ended abnormally.
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:\sample_install_SWDTLA.csv, and creates the response file C:\temp\swdtk_la_setup.iss:
dtkla_instparam.exe -infile C:\sample_install_SWDTLA.csv -outfile C:\temp\swdtk_la_setup.iss