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] [-l logFolder]
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. |
-l logFolder | 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. |
Return values
Ended normally.
Ended abnormally.
Refer to the error message output to the console and take appropriate action.
Examples
Specify "C:\temp\swdtk_sv_setup.iss" in the response file, and "C:\temp\swdtk_sv_log" in the log folder, and execute the script to perform silent installation.
cscript silentsetup.vbs c:\temp\swdtk_sv_setup.iss -l C:\temp\swdtk_sv_log
Privilege required for execution/execution environment
Administrator privileges for the target installation environment are required.
To use this command in Windows Server(R) 2008, Windows Server(R) 2012, 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.