苦office久矣,還是用批量部署工具

1.下載安裝Office即選即用部署工具Office Deployment Tool

2.編輯configuration.xml,使用微軟每月更新的office cdn策略下載和安裝office,方便快捷

<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps, 
     Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365. 

     For detailed information regarding configuration options visit: http://aka.ms/ODT. 
     To use the configuration file be sure to remove the comments

     The following sample allows you to download and install the 32 bit version of the Office 365 ProPlus apps 
     and Visio Pro for Office 365 directly from the Office CDN using the Monthly Channel
     settings  -->

<Configuration>
  <Add OfficeClientEdition="32" Channel="Monthly">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
    <Product ID="VisioProRetail">
      <Language ID="en-us" />
    </Product>
  </Add>

  <!--  <Updates Enabled="TRUE" Channel="Monthly" /> -->

  <!--  <Display Level="None" AcceptEULA="TRUE" />  -->

  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->

</Configuration>


<Configuration>

 <Add SourcePath="d:\Office365\"   OfficeClientEdition="32" >

      <Product ID="O365ProPlusRetail">

        <Language ID="zh-cn" />

      </Product>

    </Add>

    <Updates Enabled="TRUE"   UpdatePath="d:\Office365\" />

<Display Level="Full"   AcceptEULA="TRUE" />

    <Property Name="AUTOACTIVATE" Value="1" />

</Configuration>

3.下載離線安裝包,大概半小時下載完

cd c:\office15
setup.exe /download configuration.xml

4.離線包的安裝

setup.exe /configure configuration.xml

此處針對的是本地測試,對上文中的configuration.xml不做修改,批量部署的時候,參數(shù)只需略作修改即可。實測下來,速度給力。


office安裝過程

5.總結(jié)
在批量部署時,可以將離線安裝包放在一個企業(yè)內(nèi)部的公共位置,所有人都具有讀取權(quán)限即可,比如放在文件服務(wù)器中,例如\Server\Office365\,這種UNC路徑下,然后修改之前描述的configuration.xml文件中的SourcePath路徑即可,相同的,將setup和configuration.xml文件也放在某個公共位置即可,然后執(zhí)行類似如下的命令行,即可開始客戶端的安裝操作。

\\Server\Office365\setup.exe /configure \\Server\Office365\configuration.xml
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
禁止轉(zhuǎn)載,如需轉(zhuǎn)載請通過簡信或評論聯(lián)系作者。

友情鏈接更多精彩內(nèi)容