Image media for Visio Standard 2016 C2R-P

Miguel G 21 Reputation points
2023-01-19T12:21:22.62+00:00

Hi,

We purchased in the past a Visio Standard 2016 CR2-P license.

We would like to install it in a new laptop but the Visio Standard ISO install says the license is not compatible.

Where can we download an installer for this version? I only see mentions of the office deployment tool, but those are for people that have Office 365 or Office C2R to be installed along with Standard or Pro licenses of Project or Visio. Not my case.

Thanks again,

Miguel

Visio
Visio
A family of Microsoft products used to create diagrams and vector graphics.
95 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,641 Reputation points
    2023-01-20T03:25:53.64+00:00

    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> Capture38
    • 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 Capture39
    • 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 enter setup.exe /configure Visio2016.xml to install Visio.

    Capture41

    • 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." Capture40

    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.


    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Miguel G 21 Reputation points
    2023-01-30T10:41:11.5633333+00:00

    Thanks! It might be helpful for people who are not trying to install Visio 2016 while having Office 2016 like me. Thanks anyway because your instructions have been the most clear about ODT I found


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.