(Windows) Agent Silent Installation Options

This section provides the list and description of the Windows agent silent installation options.

For examples of the option settings, see (Windows) Agent Silent Installation Options Example.

Option Description
-P installLocation
(Required) The location into which the agent will be installed
-V IS_DESTINATION
(Required) Location into which the agent will be installed
-V AgentName
(Required) Name of the agent. You can also specify properties that are resolved dynamically on the server. For more information see Dynamically Registering Agents.
-V UseRelayYes
(Required) To use an agent relay set this to true, if not, set it to false.
-V RelayHost
(Required only if -V UseRelayYes=true is specified) The hostname of the agent relay to be used
-V RelayPort
(Required only if -V UseRelayYes=true is specified) The port number of the agent relay to be used
-V RelayProxyPort
(Required only if -V UseRelayYes=true is specified) The proxy port number of the agent relay
-V ServerHost
(Required if -V UseRelayYes=false) The hostname of the Deployment Automation server
-V ServerPort
(Required if -V UseRelayYes=false) The port number of the Deployment Automation server
-V ServerMutAuth
(Required) If mutual authentication will be used with the server, set this to true; otherwise, set it to false. For more information, see Secure Socket Layer (SSL) Configuration.
-V JreNew
(Required) To install a new JRE with the agent, set this to true, otherwise set it to false.
-V JreInstallLoc
(Required if -V JreNew=false) Use this to specify the location of a pre-existing JRE for the agent to use.
-V ServiceYes
(Windows Required) To create a Windows service for the agent, set this to true; otherwise, set it to false. This option is valid only for Windows systems.
Note: The following fields are only required when you specify -V ServiceYes=True and only apply to Windows systems.
-V ServiceName
Required only when -V ServiceYes=True is specified. The name to use for the Windows service.
-V ServiceStartAuto
Required only when -V ServiceYes=True is specified. To configure the Windows service to start automatically, set to true, if not set to false.
-V ServiceAccName
Required only when -V ServiceYes=True is specified. To specify the log on user account name for the Windows service.
-V ServiceAccPass
Required only when -V ServiceYes=true is specified. To specify the log on user account password for the Windows service.