×![]()
×
×![]()
×
×
How to install agent silently?
This document will guide you to install an agent silently on a client machine. To accomplish silent installation of the agent, follow the steps below.
Silent Agent Installation using agent .exe file
- Download the respective remote office agent installer file from Agent → Computers → Download Agent.

- Open Command Prompt as Administrator from the location where the file is downloaded.
- Execute the command in Command Prompt based on your requirement.
Silent Installation Options
Option 1: Silent Install with Progress Bar
Runs silently with no user interaction, but the progress bar is still visible during installation.
Command Prompt
<RemoteOffice_agent>.exe /silent
Example
LocalOffice_Agent.exe /silent

Option 2: Complete Silent Install
Fully silent with no splash screen, no progress bar. Ideal for automated deployments.
Command Prompt
<RemoteOffice_agent>.exe /silent /hide_progress /hide_splash
Example
LocalOffice_Agent.exe /silent /hide_progress /hide_splash
Silent Agent Installation using MSI zip file
- Download the respective remote office agent installer file from Agent → Agent Installation → Other Methods → Download Agent under the Command Line option.

- Extract the ZIP into a folder on the agent machine.
- Open Command Prompt as Administrator from the location where the ZIP file is extracted.
- Run the command provided below.Command Prompt
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"