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
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. |
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
Ended normally.
Ended abnormally.
Refer to the error message output to the console and take appropriate action.
Examples
The following command performs silent installation using the response file C:\temp\swdtk_la_setup.iss:
cscript silentsetup.vbs C:\temp\swdtk_la_setup.iss
Privilege required for execution/execution environment
Administrator privileges for the target installation environment are required.
To use this command in Windows Server(R) 2008 or Windows Server(R) 2012, display the desktop and execute this command on a Command Prompt window that has been started by selecting Run as Administrator.