This document provides you with steps required to deploy Microsoft Visio 2016 and updated versions to multiple computers using Endpoint Central.
Note:The updated versions include Microsoft Visio 2019, Visio Standard 2021, Visio Professional 2021
Before you deploy the software application, ensure that the computers to which you deploy Microsoft Visio 2016 and above versions meet the system requirements prescribed by Microsoft.
To deploy Microsoft Visio, follow the steps given below:
Note: The network share should have read permissions to 'Everyone' in the group and should be accessible from all the computers to which you are trying to install.
Note: Ensure that you enter the correct file name in the command prompt before extracting the package. You can know the file name by viewing the details, before downloading the package from the website.
Sample configuration for Microsoft Visio 2016
<Configuration>
<Add OfficeClientEdition="64" Channel="Broad">
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>
If you want to add Product Key while deploying the product, then edit the 'config.xml' file as given below:
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="VisioProXVolume" PIDKEY="#####-#####-#####-#####-#####">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>
Note:
<File Path>\setup.exe /download config.xml
After downloading the package, you can deploy it through Endpoint Central.
Here are the steps to add the software package to Endpoint Central
Here are the steps to deploy this package to target computers
You've successfully deployed the Microsoft Visio application using Endpoint Central.