The silent installation command performs silent installation of DS.
Command name
dvdRom:\citool\DS\silentsetup.exe
Syntax
silentsetup.exe [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 the 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.
Refer to "2.4.1.2 Silent Installation " to check if the DS installer DSSetup.exe and server environment setup file ATOOL_policy_ds.zip are deployed.
Return values
0: Ended normally
3010: Ended normally (restart required)
Other: Ended abnormally
Output format
This command outputs messages to the console and to the event log.
Silent installation start and end messages are output to the console standard output. If the command ends abnormally, an error message is output.
Examples
Perform silent installation with the response file C:\dtp_ds.iss.
dvdRom:\citool\DS\silentsetup.exe C:\dtp_ds.iss |