Office 365 现已更名为 Microsoft 365,高级生产力应用、额外云存储、先进安全性等,只需一项便捷的订阅即可全部解决,让你像专业人士一样生活。
微软官方下载地址:https://www.microsoft.com/en-us/download/details.aspx?id=49117
下载officedeploymenttool_12624-20320.exe,进行配置安装路径:D:\office\
configuration-Office365-x64.xml配置文件如下:
[v_xuk]<Configuration>
<Add SourcePath=”D:\office\” OfficeClientEdition=”64″ Channel=”Monthly”>
<Product ID=”O365ProPlusRetail”>
<Language ID=”zh-cn” />
</Product>
</Add>
</Configuration>[/v_xuk]
configuration-Office365-x64.xml文件修改后下载:configuration-Office365-x64
开始准备下载Microsoft 365企业版,win+r命令符:
D:\office\setup.exe /download D:\office\configuration-Office365-x64.xml
下载完毕后安装Microsoft 365企业版,win+r命令符:
D:\office\setup.exe /configure D:\office\configuration-Office365-x64.xml
备注:
1.Microsoft 365企业版就是之前的专业增强版(零售版),如果要改成别的版本,只需要修改“<Product ID=”O365ProPlusRetail”>”中Product ID=后面的即可;
2.安装32位版本,只需要把“Add OfficeClientEdition=”64″”中的“64”修改成“32”即可;
3.更新通道,只需要修改“Channel=”MonthlyEnterprise””中Channel=后面的即可;
“Monthly”为每月;”MonthlyEnterprise”为每月企业;“InsiderFast”为预览版等等;其他可以从otp里面复制出来
4.语言,只需要修改“<Language ID=”zh-cn” />””中Language ID=后面的即可;
5.只安装Excel、Word、PPT三件套,如果需要其他的,只需要把语言下面的自己需要安装的组件删除即可,
例如,你要安装“OneNote”,只需要删除“<ExcludeApp ID=”OneNote” />”即可。最后,别忘记了保存。
暂无评论内容