当前位置:网站首页>解决Visio和office365安装兼容问题
解决Visio和office365安装兼容问题
2022-06-25 15:32:00 【芝兰生于深谷】
解决Visio和office365安装兼容问题
前言
当你看到这篇文章的时候,估计已经安装了office365了,第一种方法就不能使用了。
1、第一种解决办法(先装visio,后装office365)
先安装Visio,然后根据提示完成安装,最后激活即可。然后再安装office365。
2、第二种解决办法(使用office部署工具安装)
1、office部署工具下载
2、下载之后是一个可执行文件

点击运行,它会生成配置文件和step.exe,放到office_visio文件夹里。
3、生成的配置文件

4、修改文件内容
将 configuration.xml 中的内容进行修改:
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="VisioProXVolume" PIDKEY="69WXN-MBYV6-22PQG-3WGHK-RM6XC">
<Language ID="zh-cn" />
</Product>
</Add>
</Configuration>
Product ID 是指安装的版本,我这里是标准版(std),PIDKEY 就在[官网](使用 Office 部署工具来安装 Project 2016 和 Visio 2016 的批量许可版本 - Deploy Office | Microsoft Docs)里面
直接复制过来用就行,下面 Language ID 记得改成中文 zh-cn ,如果喜欢用英文就是 en-us修改完记得保存
5、开始安装
按 win+R ,输入 cmd,打开命令提示符(这里用管理员运行)
在命令行中进入到文件夹下的目录
我的是这样,office 配置文件按照第四步进行修改配置。
在命令行内输入命令 setup.exe /configure configuration.xml
注意 exe 后有个空格, / 和 con… 没有空格
最后,等待即可

边栏推荐
- Distributed token
- How to download and install Weka package
- Summary of common methods of ArrayList, LinkedList and vector, and analysis of source code learning
- QT source code online view
- ‘make_ unique’ is not a member of ‘std’
- 1090.Phone List
- System Verilog - thread
- Design and implementation of thread pool
- Markdown learning
- 通过客户经理的开户链接开股票账户安全吗?
猜你喜欢

Afterword of Parl intensive learning 7-day punch in camp

Several common optimization methods
![[paper notes] contextual transformer networks for visual recognition](/img/e4/45185983e28664564bbf79023ccbf6.jpg)
[paper notes] contextual transformer networks for visual recognition

Character encoding minutes

Dynamic memory allocation

QT set process startup and self startup

Agent and classloader

GDB debugging

Js- get the mouse coordinates and follow them

Could not connect to redis at 127.0.0.1:6379 in Windows
随机推荐
Thread - learning notes
Detailed summary of reasons why alertmanager fails to send alarm messages at specified intervals / irregularly
Several common optimization methods
QT loading third-party library basic operation
Paddlepaddle paper reproduction course biggan learning experience
About%*s and%* s
One question per day, a classic simulation question
Solve valueerror: invalid literal for int() with base 10
Image segmentation based on deep learning: network structure design
JMeter reading and writing excel requires jxl jar
One code per day - day one
Solve the go project compilation error go mod: no such file or directory
Esp8266 building smart home system
JS select all exercise
[paper notes] semi supervised object detection (ssod)
Two advanced playing methods of QT signal and slot
1090.Phone List
Why do I need message idempotence?
System Verilog - data type
Core mode and immediate rendering mode of OpenGL