透過 Workspace ONE UEM,您可以使用 Office 設定服務提供者 (CSP) 來部署 Office 365 ProPlus、使用軟體散發來執行完整的 Office 安裝,或使用軟體散發來進行 Office 的簡易安裝。下列使用案例說明如何使用軟體散發將 Office 365 ProPlus 部署為完整的 Office 安裝。該使用案例涵蓋了先決條件,例如根據您的 XML 預先下載檔案、建立 Office.zip 檔案,然後將檔案上傳到 Workspace ONE UEM console。
完成下列步驟,在 Workspace ONE UEM console 中使用軟體散發功能部署 Office 365 ProPlus。
必要條件
- 建立工作資料夾。例如,建立 c:\Office。
- 移至 config.office.com 以建立 XML 檔案。
- 範例如下。將下列範例組態複製並貼到文字檔中:
<Configuration ID=”9cc840fd-62b9-49b0-9295-d6310d26df31″> <Add OfficeClientEdition=”64″ Channel=”Monthly” ForceUpgrade=”TRUE”> <Product ID=”O365ProPlusRetail”> <Language ID=”en-us” /> <ExcludeApp ID=”Groove” /> </Product> </Add> <Property Name=”SharedComputerLicensing” Value=”0″ /> <Property Name=”PinIconsToTaskbar” Value=”TRUE” /> <Property Name=”SCLCacheOverride” Value=”0″ /> <Updates Enabled=”TRUE” /> <RemoveMSI /> </Configuration>
- 將 XML 檔案另存為 configuration.xml,並儲存在資料夾中。
- 範例如下。將下列範例組態複製並貼到文字檔中:
- 下載 Office 部署工具並執行 officedeploymenttool.exe。
- 將檔案解壓縮到您的工作目錄。例如 c:\Office。該工具會下載數個可編輯的 XML 範本,或者您可以使用從 Web 工具所建立的 XML。
- 您可以透過建立簡單的命令檔案並將其命名為
Download.cmd
,選擇自動執行下一個步驟。編輯命令檔案,並新增以下文字:@echo off pushd %~dp0 echo Downloading Office 365 Pro Plus Retail x64 source files setup.exe /download configuration.xml
- 按兩下
Download.cmd
開始下載。下載完成後系統會建立新的 Office,並關閉命令視窗。 - (可選) 如果您想要在 Workspace ONE UEM console 中具有解除安裝命令,請建立 uninstall.xml 檔案,然後在組態 XML 檔案中貼上下列文字。
<Configuration> <Remove> <Product ID=”O365ProPlusRetail”> <Language ID=”en-us”/> </Product> </Remove> <Display Level=”None” AcceptEULA=”TRUE”/> </Configuration>
- 下載完成後,請選取所有檔案,並將其新增至壓縮的 ZIP 資料夾。