Top
Systemwalker Desktop Keeper Installation Guide
FUJITSU Software

A.1.4 Silent Installation Script

This section explains the script used for silent installation.

Script name

dvdRom:\citool\SV\silentsetup.vbs

Syntax

Execute using cscript, with the response file as the argument.

cscript silentsetup.vbs [responseFile]

Options

Option

Description

responseFile

(optional)

Specify this option if you want to change the parameters to be used during setup from their default values.

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.

Do not specify Unicode characters.

If omitted, the default values will be used for all parameters.

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 performs silent installation with the response file C:\temp\swdtk_sv_setup.iss:

cscript silentsetup.vbs c:\temp\swdtk_sv_setup.iss

Privilege required for execution/execution environment