# Agent installation with SCCM ## How to Install Agent with SCCM 1. Navigate to **Agent > Computers > Download Agent** and download the respective Remote Office agent installer. 2. Rename the downloaded file to **LocalOffice_Agent.exe**. ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm-agent.png) 3. Open the SCCM deployment share and paste the renamed executable file. 4. Open the **System Center Configuration Manager (SCCM)** console and navigate to: **Application Management > Applications > Create Application** ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_1.png) 5. Select **Manually specify the application information** and proceed. ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_2.png) 6. Enter the application name and continue. ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_3.png) ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_4.png) 7. Add a new deployment type: - Select the deployment type as **Script Installer**. - Enable **Manually specify the deployment type information**. ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_5.png) 8. Enter the deployment type name as **UEMS Agent**. ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_6.png) 9. Configure the following: - **Content Location:** Specify the Application Share path. - **Install Command:** `LocalOffice_Agent.exe /silent` ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_7.png) 10. Configure the detection rule as follows: - **Hive:** HKEY_LOCAL_MACHINE - **Key Path:** SOFTWARE\AdventNet\DesktopCentral\DCAgent - **Value:** DCAgentVersion - **Data Type:** String ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_8.png) 11. Ensure that the option *"This registry setting is associated with a 32-bit application on a 64-bit system"* is enabled. 12. Select the installation behaviour as shown in the image below. ![1 sccm](https://www.manageengine.com/products/desktop-central/images/sccm_9.png) 13. Once the package is created successfully, select the target devices and initiate the deployment. You have now successfully installed the agent on target endpoints using SCCM.