The silent installation command performs silent installation of SS.
Command name
dvdRom:\citool\SS\silentsetup.bat
Syntax
silentsetup.bat [responseFile] |
Options
Option | Description |
---|---|
Response file | Specify this option if you want to change the parameters to be used during setup from their default values. If omitted, the default values will be used for all parameters. Specify the file using its absolute path, and if the path includes spaces, enclose it in double quotation marks. The string must be up to 256 halfwidth characters (excluding double quotation marks). |
Privilege required/execution environment
Administrator privileges are required.
This command is to be executed by the system administrator.
To use this command in Windows Server(R) 2008, right-click to display the menu and then select Run as administrator and execute this command on the Command Prompt window.
To use this command in 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.
Only new installations are supported.
Return values
0: Ended normally
Other than 0: Ended abnormally
Output format
This command outputs messages to the console and to the message file.
Silent installation start and end messages are output to the standard output of the console. Also, when the command ends abnormally, an error message will be output.
After the command ends, check the setup result output to the message file.
The result is output to ssInstallDir\log\dtpsssilent.log if the command ends normally, or to windowsFolder\dtpsssilent.log if it ends abnormally.
Examples
Perform silent installation specifying the response file C:\dtp_ss.ini.
dvdRom:\citool\SS\silentsetup.bat C:\dtp_ss.ini |