当前位置:网站首页>Resolve Visio and office365 installation compatibility issues

Resolve Visio and office365 installation compatibility issues

2022-06-25 15:36:00 Zhilan was born in a deep valley

solve Visio and office365 Installation compatibility issues

Preface

When you read this article , It is estimated that... Has been installed office365 了 , The first method cannot be used .

1、 The first solution ( First loading visio, Back loading office365)

Install first Visio, Then follow the instructions to complete the installation , Finally activate . And then install it office365.

2、 The second solution ( Use office Deployment tool installation )

1、office Deployment tool download

2、 After downloading, there is an executable file

 Insert picture description here

Click on the run , It generates configuration files and step.exe, Put it in office_visio Folder .

3、 Generated profile

 Insert picture description here

4、 Modify file content

take configuration.xml To modify the contents of :

<Configuration>

  <Add OfficeClientEdition="64">
    <Product ID="VisioProXVolume" PIDKEY="69WXN-MBYV6-22PQG-3WGHK-RM6XC">
      <Language ID="zh-cn" />
    </Product>
  </Add>

</Configuration>

Product ID Refers to the installed version , I have the standard version here (std),PIDKEY It's just [ Official website ]( Use Office Deploy tools to install Project 2016 and Visio 2016 Volume licensing version of - Deploy Office | Microsoft Docs) Inside

Just copy it and use it , below Language ID Remember to change it into Chinese zh-cn , If you like to use English, it is en-us Remember to save after modification

5、 Start installation

Press win+R , Input cmd, Open Command Prompt ( Here, run with the administrator )

From the command line, go to the directory under the folder
 Insert picture description here

This is my way ,office The configuration file is modified according to step 4 .

Enter the command... On the command line setup.exe /configure configuration.xml
Be careful exe There is a space after , / and con… There are no spaces
 Insert picture description here

Last , Wait for

 Insert picture description here

原网站

版权声明
本文为[Zhilan was born in a deep valley]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206251459242938.html