Hi @Miguel G
Visio Standard 2016 C2R-P means Visio Standard 2016 Click-to-Run Perpetual (C2R-P) release which uses ODT to download the C2R installation packge. As you said, it can installed with Microsoft 365 Apps.
If you want the traditional MSI installation package for volume licensed Visio Standard 2016, you need to go to VLSC.
------ Modify ------
To download the Visio Standard 2016 C2R-P installation package, please try following steps. For more, you can refer to "Use the Office Deployment Tool to install volume licensed versions of Project 2016 and Visio 2016".
- Download ODT and extract files to one folder, such as the folder called "ODT".
- Prepare the configuration file (.xml), you can also put it in "ODT" folder with "Setup.exe" of ODT. Let us call this .xml file as "Visio2016.xml". If you need 64-bit, you can modify
OfficeClientEdition
to be 64.
<Configuration>
<Add OfficeClientEdition="32" >
<Product ID="VisioStdXVolume" >
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
- Run Command Prompt as Administrator, enter
cd
command to locate to "ODT" folder.cd C:\ODT
--- cd <ODT folder path> - Then enter the command below to download the installation package. There will be an "Office" folder created in "ODT" folder. Please Note, you need to wait for some minutes. Here the "Office" folder is about 3.22 GB.
setup.exe /download Visio2016.xml
- If you want to install Visio Standard 2016 C2R-P, please copy the whole ODT folder to the location that the machines can access. Please do not re-name the "ODT" folder.
- Then run Command Prompt as Administrator again. Enter
cd
command to locate to "ODT" folder, and entersetup.exe /configure Visio2016.xml
to install Visio.
- Please note, for Visio C2R-P verisons, the regular MAK keys of MSI verisons do not apply to them. The new correct MAK key needs IT log into the VLSC and use the key listed under "C2R-P for use with the Office Deployment Tool."
Any issues, welcome to post back.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.