How to deploy Microsoft Office 2019 & Microsoft Office 2021?
Description
This document provides you the steps required to deploy Microsoft Office 2019 and Microsoft Office 2021 to multiple computers using Endpoint Central.
System Requirements
Before you deploy the software application, ensure that the computers to which you deploy Microsoft Office 2019 or 2021, meets the system requirements prescribed by Microsoft. Refer to https://www.microsoft.com/en-us/download/details.aspx?id=49117 for more details.
Steps
To deploy Microsoft Office 2019 or 2021, follow the steps given below:
Download the package
- Download Microsoft office 2019 or 2021 tool from the Microsoft website (https://www.microsoft.com/en-us/download/details.aspx?id=49117) and store in the network share. Network share is recommended only if you wanted to deploy the software to computers within the network. If you wanted to deploy Microsoft Office to computers located in a remote location, you can use HTTP upload.
Note: The network share should have read permissions to Everyone group and should be accessible from all the computers to which you are trying to install.
Extract the contents of the EXE
Create a customized xml
- You can use the below link to create a customized xml file according to your requirement.
https://config.office.com/deploymentsettings
- Export the configuration xml and paste it in the folder, where the setup.exe is place.
- Sample configuration for Microsoft office 2021
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
<Product ID="ProPlus2021Volume">
<Language ID="en-us" />
</Product>
</Add>
<Remove All="True" />
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
- Sample configuration for Microsoft office 2019
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
</Product>
</Add>
<Remove All="True" />
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
Download the complete package
- To download the complete package by using the customized xml, navigate to the command prompt and run this command - <File Path>\setup.exe /download <File Path>/config.xml
After downloading the package, you can deploy it through Endpoint Central.
Adding the software package
- Click the Software Deployment tab
- Click Add Package
- Select the MSIEXEC/EXE/ISS/Command package type
- Specify a name for the application
- Choose Network Path/HTTP Path based on your requirement. If the deployment method chosen is Http path, zip all the files in the Office setup folder and locate/add the zip file in the package.
- Specify the Installation Command with Switches/Arguments as \setup.exe /configure \config.xml
For example, \\machine-1\DCSWRepository\Office2019Exreacted\setup.exe /configure \\machine-1\DCSWRepository\Office2019Exreacted\config.xml
- Click Add Package
Deploy to target computers
- Select the package that you added
- Click Install/Uninstall Software
- Enter a name and description for the configuration
- Define the package settings
- Configure the deployment settings
- Choose the target computers
- Specify the schedule options, if required
- Click Deploy
You have deployed Microsoft Office 2019 successfully.