安裝officedeploymenttool_11901-20022
微軟官方下載地址:https://www.microsoft.com/en-us/download/details.aspx?id=49117
部署時的路徑
win+r命令符:D:\office\setup.exe /download D:\office\configuration-Office365-x64.xml
下載完畢后安裝office時的命令符:D:\office\setup.exe /configure D:\office\configuration-Office365-x64.xml
configuration.html修改文件如下:
<Configuration>
<Add SourcePath="D:\office\" OfficeClientEdition="64" >
<Product ID="O365ProPlusRetail">
<Language ID="zh-cn" />
</Product>
</Add>
</Configuration>
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" />”即可。最后,別忘記了保存。
原文地址:http://www.kaixinit.com/info/maintenance/973.html
版權聲明:本文版權歸 kaixinit 所有,歡迎分享本文,轉載請保留原文出處!