# Deploy Microsoft Visio - How To ## How do I deploy Microsoft Visio 2016 using Endpoint Central? This document provides you with the steps required to deploy Microsoft Visio 2016 to multiple computers using Endpoint Central. ### Table of Content 1. [Download the Tool](https://www.manageengine.com/products/desktop-central/how-to-deploy-microsoft-visio-2016.html#download) 2. [Extract the contents of the exe](https://www.manageengine.com/products/desktop-central/how-to-deploy-microsoft-visio-2016.html#extract) 3. [Customize the installation](https://www.manageengine.com/products/desktop-central/how-to-deploy-microsoft-visio-2016.html#customize) 4. [Add the software package to Endpoint Central](https://www.manageengine.com/products/desktop-central/how-to-deploy-microsoft-visio-2016.html#add-package) 5. [Deploy to target computers](https://www.manageengine.com/products/desktop-central/how-to-deploy-microsoft-visio-2016.html#deploy) ## Prerequisites ### System Requirements Before you deploy the software application, ensure that the computers to which you deploy Microsoft Visio 2016 meet the system requirements prescribed by [Microsoft](https://products.office.com/en-in/visio/microsoft-visio-faq-diagram-software). ### Download the tool Download the Office Deployment Tool from the [Microsoft website](https://www.microsoft.com/en-us/download/details.aspx?id=49117) and store it in the network share/local computer. Network Share is recommended if you want to deploy the tool to computers within the network. HTTP Upload is recommended if you want to deploy the tool to computers in a remote location. **Note:** The network share containing the Office Deployment Tool should have read permissions for the 'Everyone' group and should be accessible from all the computers to which you are trying to install. ### Extract the contents of the EXE - Double-click on the Office Deployment Tool to extract its files. - To extract the downloaded Office Deployment Tool via command line, open the command prompt and run the following command: ``` \/extract:"\Destination Folder" /quiet ``` **Note:** Ensure that you enter the correct file name in the command prompt before extracting the tool. You can find the file name by viewing the details before downloading the package from the website. ### Customize the installation - Create a file named `Config.xml` in the extracted folder and then make the following changes in the file as given below: ``` ``` - If you want to add **Product Key** while deploying the product, then edit the `Config.xml` file as given below: ``` ``` - To download the software package for Microsoft Visio 2016, navigate to the command prompt, enter the extracted destination folder path and execute the following: ``` setup.exe /download ``` ### Add the software package to Endpoint Central 1. Navigate to the **Software Deployment** tab in the Endpoint Central console. 2. Under Packages, click **Add Package > Windows.** 3. Give an appropriate name for the package. 4. Select Package Type as **EXE/APX/MSIEXEC/MSU** 5. Select the License Type. 6. Click on **From Shared Folder** if you are deploying it using **Network Share Upload**. Click on **From Local Computer** if you are deploying it using **HTTP Upload**. 7. Enter the following **Installation Command with Switches/Arguments** from the table given below. | Content | Network Share Upload | HTTP Upload | |---|---|---| | Installation Command | `"\setup.exe" /configure "\config.xml"` | `setup.exe /configure ` | | Example | `"\\computer_name\DCSWRepository\Visio2016\setup.exe" /configure "\\computer_name\DCSWRepository\Visio2016\config.xml"` | `setup.exe /configure config.xml` | 8. Specify the Pre/Post Deployment activities, if required. 9. Click **Add Package** to complete the package creation. ### Deploy to target computers 1. Select the package that you added and then click on **Install/Uninstall Software > Windows > Computer Configuration.** 2. Enter a name and description for the configuration that you are creating. 3. Define the **Package Settings.** 4. Configure the **Deployment Settings.** 5. Define the Targets that you want to deploy. 6. Configure the Scheduler Settings, if required. 7. Click **Deploy/Deploy Immediately**. You've successfully deployed the Microsoft Visio 2016 application using Endpoint Central.