This document provides you the steps required to deploy Microsoft Office 2019 and Microsoft Office 2021 to multiple computers using Endpoint Central.
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 the article for more details.
Download Office Deployment Tool from the Microsoft website 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.
<File Path>\<officedeploymenttool.exe> /extract:"<File Path>\Destination Folder" /quiet
Note:
Ensure that you enter the correct office deployment executable file name and the file path at the command prompt before extracting the package. You can know the file name by viewing the details, before downloading the package from the website.
Note: Kindly ensure that the edited Configuration XML file matches the file name specified in the given command.
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>
setup.exe /download config.xml
Installation Command |
"<Share Path>\setup.exe" /configure Share Path\configuration.xml" |
setup.exe /configure <configurationfilename>.xml |
Example |
"\\desktop\sharepath\Office2019\setup.exe" /configure "\\desktop\sharepath\Office2019\configuration-Office2019.xml" |
setup.exe /configure configuration-Office2019Enterprise.xml |
To troubleshoot Microsoft Office deployment errors, click here
To uninstall Microsoft 2019 / 2021, click here.