After you have downloaded the latest Arellia Agents, you can then manually install agents by command line on an endpoint.
When you deploy Arellia agents, use the following generic command lines:
...
msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_0_1756.msi" /norestart REBOOT=ReallySuppress /qn /lvx* ACS_install.log
msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_0_1756.msi" /norestart REBOOT=ReallySuppress /qn /lvx* ACS_install.log
msiexec.exe /i "Arellia_LocalSecurityAgent_x64_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn /lvx* LSS_install.log
msiexec.exe /i "Arellia_LocalSecurityAgent_x86_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn /lvx* LSS_install.log
msiexec.exe /i "ArelliaAgent_x64_8_0_120.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log
msiexec.exe /i "ArelliaAgent_x86_8_0_120.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log
Tip | ||
---|---|---|
| ||
If you forget to set the AMSURL to your Arellia Management Server during install, then follow these instructions. |