Agent installation via command line
After you have downloaded the latest Thycotic Agents, you can then manually install agents by command line on an endpoint.
When you deploy Thycotic agents, use the following generic command lines:
msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_1_1813.msi" /norestart REBOOT=ReallySuppress /qn /lvx* ACS_install.log
msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_1_1813.msi" /norestart REBOOT=ReallySuppress /qn /lvx* ACS_install.log
msiexec.exe /i "Arellia_LocalSecurityAgent_x64_8_1_1610.msi" /norestart REBOOT=ReallySuppress /qn /lvx* LSS_install.log
msiexec.exe /i "Arellia_LocalSecurityAgent_x86_8_1_1610.msi" /norestart REBOOT=ReallySuppress /qn /lvx* LSS_install.log
msiexec.exe /i "ArelliaAgent_x64_8_1_143.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log
msiexec.exe /i "ArelliaAgent_x86_8_1_143.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log
Note
If you forget to set the AMSURL to your Thycotic Management Server during install, then follow these instructions.