Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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_1757.msi" /norestart REBOOT=ReallySuppress /qn /lvx* ACS_install.log
msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_0_1757.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_121.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log
msiexec.exe /i "ArelliaAgent_x86_8_0_121.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log

 

Note

If you forget to set the AMSURL to your Arellia Management Server during install, then follow these instructions.

  • No labels