This document provides you with the steps required to deploy Microsoft Visio 2016 to multiple computers using Endpoint Central.
Table of Content
Before you deploy the software application, ensure that the computers to which you deploy Microsoft Visio 2016 meet the system requirements prescribed by Microsoft.
Download the Office Deployment Tool from the Microsoft website 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.
<File Path>\<officedeploymenttool.exe>/extract:"<File Path>\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.
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="VisioProXVolume">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>
<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>
setup.exe /download <config.xml>
Installation Command |
"<Share Path>\setup.exe" /configure "<Share Path>\config.xml" |
setup.exe /configure <config.xml> |
Example |
"\\computer_name\DCSWRepository\Visio2016\setup.exe" /configure "\\computer_name\DCSWRepository\Visio2016\config.xml" |
setup.exe /configure config.xml |
You've successfully deployed the Microsoft Visio 2016 application using Endpoint Central.