# Agent installation with SCCM- Endpoint Central MSP - How To ## Agent installation with SCCM 1. Navigate to the **Agent tab > Agent Installation > Other methods > Download** the zip folder present under SCCM tab. 2. Extract the **UEMSAgent.msi and UEMSAgent.mst**, and paste them in a shared path accessible by all the computers you want to install the agent on. - Kindly include **DCAgentServerInfo.json** file only if the build version is 10.1.2124.1 and above. - Kindly include **DMRootCA.crt and DMRootCA-Server.crt** files only if the build version is 10.0.653 and above. 3. Change the shared path location as mentioned in the batch file, and **create an SCCM package** with [this script](https://www.manageengine.com/products/desktop-central/cloud/scripts/agentinstallation.txt). 4. Now, open System Center Configuration Manager (SCCM) and navigate to Software Library --> Overview--> Application Management -->Packages. 5. Right click on Packages and from the options listed, select Create Packages. 6. This will launch **Create Package and Program Wizard** window, in which you will be asked to fill in the necessary information like Name, Description, Manufacturer, etc. ![1 sccm](https://www.manageengine.com/products/desktop-central/images/1_sccm.png) 7. Enable the checkbox. **This package contains source files**. Select Network path and enter the path of the shared folder as shown below. ![2 sccm](https://www.manageengine.com/products/desktop-central/images/2_sccm.png) 8. Select Architecture as x86 (if available) and the program type as **Standard** and click **Next**. ![3 sccm](https://www.manageengine.com/products/desktop-central/images/3_sccm.png) 9. Fill in the necessary information, as shown in the image below and click **Next**. ![4 sccm](https://www.manageengine.com/products/desktop-central/images/4_sccm.png) 10. Review the requirements and ensure they are like as shown in the image below and click **Next**. ![4 sccm](https://www.manageengine.com/products/desktop-central/images/4_sccm.png) 11. After reviewing, confirm the settings to proceed to create the package. ![6 sccm](https://www.manageengine.com/products/desktop-central/images/6_sccm.png) 12. The package has been created successfully. ![7 sccm](https://www.manageengine.com/products/desktop-central/images/7_sccm.png) 13. The package can now be deployed to the end user's computers. You have now successfully installed agents in target endpoints using SCCM.