This document provides you the steps required to deploy Microsoft Visio 2024 to multiple computers using Endpoint Central.
Before you deploy the software application, ensure that the computers to which you deploy Microsoft Visio 2024, meets the system requirements prescribed by Microsoft. Refer to the article for more details.
Download Office Deployment Tool from the Microsoft website and store in the Network Share. Network share is recommended only if you wanted to deploy the software to computers within the network. If you wanted to deploy Microsoft Office to computers located in a remote location, you can use HTTP upload.
Note: The network share should have read permissions to Everyone group and should be accessible from all the computers to which you are trying to install.
To extract the downloaded package via command line, open command prompt and run the following command -
<File Path>\<officedeploymenttool.exe> /extract:"<File Path>\Destination Folder" /quiet
Note:
Ensure that you enter the correct office deployment executable file name and the file path at the command prompt before extracting the package. You can know the file name by viewing the details, before downloading the package from the website.
Note: Kindly ensure that the edited Configuration XML file matches the file name specified in the given command.
Sample configuration for Microsoft Visio 2024
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2024">
<Product ID="VisioPro2024Volume">
<Language ID="en-us" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
To download the complete package by using the customized xml, open command prompt and navigate to the location where the setup files are present and execute the command below as mentioned in the image.
setup.exe /download <config.xml>
After downloading the package, you can deploy it through Endpoint Central. If you are planning to deploy via HTTP, zip the office folder that was downloaded in the above step, appropriate customised xml file and the setup file as shown in the below image. Add the zipped folder in the HTTP path.
Once you have located your installable, provide installation command accordingly by referring the table below:
Content | Share Path / CD | Http |
|---|---|---|
| Installation Command | "<Share Path>\setup.exe" /configure "Share Path\configuration.xml" | setup.exe /configure <configurationfilename>.xml |
| Example | "\\computer_name\DCSWRepository\Visio2024\setup.exe" /configure "\\computer_name\DCSWRepository\Visio2024\configuration-Visio-2024.xml" | setup.exe /configure configuration-Visio-2024.xml |
Network Share Path Deployment
HTTP Path Deployment
You have successfully deployed Microsoft Visio 2024 uisng Endpoint Central.