Top
Systemwalker Desktop Keeper Installation Guide
FUJITSU Software

A.2.4 Silent Installation Script

This section explains the script used for silent installation.

Script name

dvdRom:\citool\LA\silentsetup.vbs

Syntax

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

cscript silentsetup.vbs responseFile[-l logFolder]

Options

Option

Description

responseFile

(required)

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.

-l logFolder
(optional)

Specify this option if you want to collect installation logs.

Specify the existing folder with full path within 200 halfwidth characters (100 fullwidth characters).

If the path includes spaces, enclose it in double quotation marks.

Do not specify Unicode characters.

Separate -l and logFolder with a space.

Note

Because it is necessary to specify the password during silent installation of the Log Analyzer Server, a default response file has not been prepared. The user must create one before executing this script.

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

Specify "C:\temp\swdtk_la_setup.iss" in the response file, and "C:\temp\swdtk_la_log" in the log folder, and execute the script to perform silent installation.

cscript silentsetup.vbs C:\temp\swdtk_la_setup.iss -l C:\temp\swdtk_la_log

Privilege required for execution/execution environment