When using the .msi method to manually install an agent on remote machine what switches can be passed to the silent install?
When running the .msi file to install the agent there are several switches available
Register_Agent - if this is set to 1 it will attempt to register the agent with the InTrust server, if 0 it will not
Server - the InTrust Server to register the agent with, this must be accessible from the agent machine
Port - the port that the agent will use to communicate with the InTrust Server
Password - the password used by the agent to establish communication with the InTrust Server (usually the Organization password)
PF_ADCAGENT= (optional) the install path of the agent if not set the agent will install to %windir%\adcagent
For example if you had copied the ADC_AGENT.9.5.0.1584.msi to the C:\Download\Agent\ folder on the agent machine, your InTrust server is called myintrust.mydomain.com and your agent password is 'password' you could run the following command to register with the server:
msiexec /q /i "C:\Download\Agent\ADC_AGENT.9.5.0.1584.msi" Register_Agent=1 Server=myintrust.mydomain.com Port=900 Password=password PF_ADCAGENT=C:\Windows\ADCAgent
Also if you wanted to uninstall this agent from this machine at a later date you could run the following command
msiexec /q /uninstall "C:\Download\My Agent\ADC_AGENT.9.5.0.1584.msi"
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy