Top
Systemwalker Desktop Patrol 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\SS\dtpss_instparam.exe

Syntax

dtpss_instparam.exe -infile installParmCsvFile -outfile responseFile

Options

Option

Description

-infile

Specify the installation parameter CSV file.
If the path includes spaces, enclose it in double quotation marks.

-outfile

Specify the output destination of the response file for silent installation.
If a file already exists in the output destination, it will be overwritten.
If the path includes spaces, enclose it in double quotation marks.

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