当前位置:网站首页>解决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… 没有空格
最后,等待即可

边栏推荐
- Record the time to read the file (the system cannot find the specified path)
- Introduction to flexible array
- Kali SSH Remote Login
- ‘make_ unique’ is not a member of ‘std’
- Go language modifies / removes multiple line breaks in strings
- QT set process startup and self startup
- Yolov4 coco pre train Darknet weight file
- Design and implementation of timer
- MySQL field truncation principle and source code analysis
- Kali modify IP address
猜你喜欢

Simulating Sir disease transmission model with netlogo

Qcodeeditor - QT based code editor

Review of arrays and pointers triggered by a topic

Afterword of Parl intensive learning 7-day punch in camp

basic_ String mind map

google_ Breakpad crash detection

Architecture evolution of high-performance servers -- Suggestions
![[paper notes] street view change detection with deconvolutional networks](/img/2d/777fd0d85ff4d349516b95923410fd.jpg)
[paper notes] street view change detection with deconvolutional networks

Learning notes on February 8, 2022 (C language)

Install Kali extension 1: (kali resolution problem)
随机推荐
Basic knowledge of pointer
Distributed transaction solution
Thread - learning notes
System Verilog - function and task
[paper notes] semi supervised object detection (ssod)
High precision addition
QT excel table read / write library - qtxlsx
[untitled] PTA check password
Dynamic memory allocation
basic_ String mind map
Paddlepaddle paper reproduction course biggan learning experience
Learning notes on February 18, 2022 (C language)
Two advanced playing methods of QT signal and slot
Std:: vector minutes
JS capture, target, bubble phase
Esp8266 building smart home system
网上办理股票开户安全吗?
Go build reports an error missing go sum entry for module providing package ... to add:
Design and implementation of timer
Globally unique key generation strategy - implementation principle of the sender