You can deploy Office 365 ProPlus with Workspace ONE UEM using the Office Configuration Service Provider (CSP), perform a full office install using software distribution or use a light office install using software distribution. The following use case explains deploying Office 365 ProPlus as a full office install using software distribution. The use case covers prerequisites such as downloading the files ahead of time per your XML, creating a Office.zip file, and then uploading the file to the Workspace ONE UEM console.
Complete the following steps to deploy Office 365 ProPlus in Workspace ONE UEM console using software distribution.
Prerequisites
- Create a working folder. For example, create c:\Office.
- Go to config.office.com to create your XML file.
- Here is an example. Copy and paste the following sample configuration into a text file:
<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>
- Save the XML file as configuration.xml in a folder.
- Here is an example. Copy and paste the following sample configuration into a text file:
- Download the Office Deployment Tool and run officedeploymenttool.exe.
- Extract files to your working directory. For example, c:\Office. The tool downloads several sample XMLs you can edit or you can use the one that you have already created from the web tool.
- You can choose to automate the next step by creating a simple command file and name it as
Download.cmd
. Edit the command file and add the following text:@echo off pushd %~dp0 echo Downloading Office 365 Pro Plus Retail x64 source files setup.exe /download configuration.xml
- Double-click
Download.cmd
to begin the download. A new Office is created and the command window closes after the download is complete. - (Optional) If you want to have an uninstall command in the Workspace ONE UEM console, create a uninstall.xml file, and paste the following text in the configuration XML file.
<Configuration> <Remove> <Product ID=”O365ProPlusRetail”> <Language ID=”en-us”/> </Product> </Remove> <Display Level=”None” AcceptEULA=”TRUE”/> </Configuration>
- Once the download is complete, select all your files and add them to a compressed zip folder.