# Software Installation - How To ## How to deploy Adobe CS5 and CS6? ### Description This document provides steps required to deploy Adobe CS5 and CS6 to multiple computers using Endpoint Central. There are two stages in deploying Adobe CS5 and CS6 using Endpoint Central they are: - [Creating an installation xml file](https://www.manageengine.com/products/desktop-central/deploy-cs5-and-cs6-how-to.html#pakcage_creation) - [Deploying Adobe CS5 & CS6 using Endpoint Central](https://www.manageengine.com/products/desktop-central/deploy-cs5-and-cs6-how-to.html#Deploying) ### Creating an installation xml file To deploy CS5 & CS6 to multiple computers, you will have to create an installation xml. Follow the steps mentioned below to create an xml file 1. Open Notepad 2. Copy the following text into the application ```xml 12341234123412341234 Suppress Suppress -1 ``` 3. Replace *Product_Code* with your product's code: 4. Navigate to *\payloads*. 5. Open *setup.xml* in Notepad. 6. Locate the ** tag. 7. Copy the alphanumeric product code between ** and **. 8. Paste the copied code into the *{Product_Code}* value in the *application.xml.override* file. For Example: ``. 9. Replace `123412341234123412341234` with your serial number. Omit hyphens. 10. Delete **Suppress** to have the registration prompt appear. 11. Delete **Suppress** to have the Adobe Application Manager check for updates. 12. Save the file as application.xml.override in the deployment folder. Make sure that *application.xml.override* does not have any additional extensions, such as .txt. Installation xml is ready to be deployed. ### Deploying Adobe CS5 & CS6 using Endpoint Central a. Click the **Software Deployment** tab b. Click **Add Package** c. Select the **MSIEXEC/EXE/ISS/Command** package type d. Specify a name for the application as Adobe CS5 & CS6 e. Specify the **Installation Command with Switches/Arguments** as: ``` \Set-up.exe --overrideFile=\application.xml.override --installationSourcePath="" --action=install ``` f. Click **Add Package** g. Deploy to target computers a. Select the package that you added b. Click **Install/Uninstall Software** c. Enter a name and description for the configuration d. Define the package settings e. Configure the deployment settings f. Choose the target computers g. Specify the schedule options, if required h. Click **Deploy** You have sucessfully deployed Adobe CS5 and CS6 to target computers.