注:操作过程基本参考了以下文档:
https://blog.csdn.net/qq_29750461/article/details/103913067
但是某些地方还是做了修改后才顺利安装成功^_^;;
修改地方一:
configuration-Office365-x64.xml
修改为:
<Configuration>
<Add
OfficeClientEdition="32" Channel="Monthly">
<!-- <Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product> -->
<Product ID="VisioProRetail">
<
Language ID="zh-cn" />
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
修改地方二:
命令:setup.exe /configure configuration-Office365-x86.xml
改为:.\setup.exe /configure configuration-Office365-x86.xml