Table of Contents
Before you begin
Microsoft Visio 2019 supports Windows 10 and above. If you’re using Windows 8, Windows 7 and older, you must upgrade to Windows 10 or Windows 11.
Download Office Deployment Tool
1. Open downloaded file then extract it to a folder on desktop. You can click button to create a folder then extract downloaded file into it.
2. Open extracted folder then delete all xml configuration files, we’ll create a configuration file in next step.
Create a configuration file for Office Deployment Tool
3. Visit this site https://config.office.com/deploymentsettings to create a xml configuration file.
Products and release:
- Architecture: Select the architecture you want to deploy, Visio 64bit or Visio 32bit.
- Products: Select Visio products from the drop-down menu, in this guide, i’ll install Visio Professional 2019.
4. Select language for Office apps, you can specify more than one language for the deployment.
6. Select the checkbox to accept the terms in the license agreement then click .
7. If you get this warning, let select button to download the xml configuration file.
8. Now, copy downloaded xml configuration file to the extracted folder in the previous step. So, in this folder, we’ve setup.exe and configuration.xml.
9. Open the configuration file using Notepad then remove channel parameter, we don’t need it.
After remove the parameter, your configuration look like below. Don’t forget close the text editor then save the changes.
<Configuration ID="1ac12231-b647-4820-be50-665c109127e2">
<Add OfficeClientEdition="64"">
<Product ID="VisioPro2019Volume" PIDKEY="9BGNQ-K37YR-RQHF2-38RQ3-7VCBB">
<Language ID="en-us" />
<ExcludeApp ID="Groove" />
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="0" />
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<Property Name="SCLCacheOverride" Value="0" />
<Property Name="AUTOACTIVATE" Value="1" />
<Updates Enabled="TRUE" />
<RemoveMSI />
</Configuration>
10. In the folder, right click on blank then create a new text document.
11. Open the New Text Document file then enter following code:
setup.exe /configure configuration.xml
12. Next, save the text file as batch file. To do it, let’s navigate to the File menu | Save as…
- Save as type: All Files
- File name: install.bat
13. Finally, open the batch file to Visio 2019. It could take several minutes to complete depending on the internet speed.
Downloading and installing Microsoft Visio 2019 Click to Run.
Once done, let’s open the app to verify it works, or you can find the app in Control Panel.