Top
Systemwalker Desktop Keeper Installation Guide
FUJITSU Software

A.3.2 Parameter Setup Command

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\SD\dtksd_instparam.exe

Syntax

dtksd_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

If the return value is 0:

Ended normally.

If the return value is other than 0:

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_SWDTKSD.csv, and creates the response file C:\temp\swdtk_sd_setup.iss:

dtksd_instparam.exe -infile C:\sample_install_SWDTKSD.csv -outfile C:\temp\swdtk_sd_setup.iss