# To uninstall Microsoft Visio 2007, 2010, 2013 and 2016 ## Customize the Installation 1. Open `config.xml` from the location where you have stored the Microsoft Project package (File Location: `\\Visio2016\vispro.ww\config.xml`). 2. Edit the `config.xml` file as given below: ```xml ``` > **Note:** Product ID (`VisPro`) is available in `config.xml` (location: `\\Visio2016\vispro.ww\config.xml`. Example: `\\dc-k12r2-1\SoftwareRepository\Visio2016\vispro.ww\config.xml`). 3. Save the file after making the customization changes. ## Adding the software package 1. Click the **Software Deployment** tab. 2. Click **Add Package**. 3. Select the **MSIEXEC/EXE/ISS/Command** package type. 4. Specify a name for the application. 5. Choose Network Path and Locate/Add the files. 6. Specify the **UnInstallation Command with Switches/Arguments** as `setup.exe /uninstall ProductID /config config.xml`. For example: ```text "\\dc-k12r2-1\SoftwareRepository\Visio2016\setup.exe" /uninstall VisPro /config "\\dc-k12r2-1\SoftwareRepository\Visio2016\vispro.ww\config.xml" ``` 7. Click **Add Package**. ## Deploy to target computers 1. Select the package that you added. 2. Click **Install/Uninstall Software**. 3. Enter a name and description for the configuration. 4. Define the package settings. 5. Configure the deployment settings. 6. Choose the target computers. 7. Specify the schedule options, if required. 8. Click **Deploy**. You have uninstalled Microsoft Visio successfully.