This document will guide you to install agent in a silent manner on a client machine. To accomplish silent installation of agent the following steps need to be followed.
Steps
For silent agent installation using agent .exe file
<RemoteOffice_agent>.exe/silent
Ex: LocalOffice_Agent.exe /silent
For silent agent installation using agent MSI zip file
For the build below 10.1.2220.1
msiexec /i "UEMSAgent.msi" /qn TRANSFORMS="UEMSAgent.mst"
ENABLESILENT=yes REBOOT=ReallySuppress INSTALLSOURCE=Manual
SERVER_ROOT_CRT="%cd%\DMRootCA-Server.crt"
DS_ROOT_CRT="%cd%\DMRootCA.crt" /lv "Agentinstalllog.txt"
For the build above 10.1.2220.1
msiexec /i "UEMSAgent.msi" /qn TRANSFORMS="UEMSAgent.mst"
ENABLESILENT=yes REBOOT=ReallySuppress INSTALLSOURCE=Manual
SERVER_ROOT_CRT="%cd%\DMRootCA-Server.crt"
DS_ROOT_CRT="%cd%\DMRootCA.crt" /lv "Agentinstalllog.txt"