Failed to install Visio prompts to install the click-to-run version, use the office deployment tool to install visio2016

Reprinted address https://blog.csdn.net/qq_40828339/article/details/89285346

        Prerequisite: The office installed on my computer is the 2016 click-to-use version and Visio 2016 needs to be installed now

        I downloaded the installation package online, but when I installed it, I was prompted that the version was incorrect, and I needed to install the click-to-run version of Visio. So I checked the information online and found that it was actually very simple.

  • First, Microsoft's official website to download the latest deployment tools ;
  • Run the tool, you will be asked to select a folder location, after the selection, you will get setup.exe and several configuration.xml files;

Insert picture description here

  • Choose 32 or 64 bit xml file to open according to your computer version (open with Notepad); my own is 64 bit

        Since only Visio needs to be installed, modify the file as follows:

<Configuration>
  <Add OfficeClientEdition="64" Channel="Monthly">
    <Product ID="VisioProRetail">
        <Language ID="zh-cn" />
     </Product>
   </Add>  
</Configuration>

        This is my configuration

Insert picture description here
        Due to the installation of Simplified Chinese, the zh-cn for Language ID can be changed to en-us if you need English;

        Then open the command line, enter the folder where setup.exe is located, and run the following command:

setup.exe /configure configuration-Office365-x64.xml

        I will demonstrate this step with a moving picture

Insert picture description here

        In this way, the classic office installation interface will appear. If you think it is slow, you can turn off security tools such as 360;

        Finally, choose the KMS tool or multiple activation keys to activate.

Reprinted address https://blog.csdn.net/qq_40828339/article/details/89285346

Guess you like

Origin blog.csdn.net/qq_43657442/article/details/109032696