Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
- Create a folder on the local drive, for example
C:\ODT. - Download and extract the Office Deployment Tool into that folder.
- Create a configuration XML file in
C:\ODT. For example, for a 32-bit English installation of Microsoft 365 Apps for enterprise:
<Configuration>
<Add OfficeClientEdition="32">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
Save it with a name such as installOfficeProPlus32.xml.
- Open Run or a Command Prompt, then run the download command:
c:\odt\setup.exe /download installOfficeProPlus32.xml
- If prompted by User Account Control, select Yes.
- Wait for the download to finish. A blank dialog box can appear while files are downloading. The download is complete when that dialog closes and a new Office folder appears inside
C:\ODT. - Validate the download by checking the download location for the Office folder and files. If there are problems, use the newest version of ODT and review the log file in the
%temp%folder. - To install from the downloaded offline files, run:
c:\odt\setup.exe /configure installOfficeProPlus32.xml
- After installation, connect to the Internet, open an Office app, and activate it. Then go to File > Account > Update Options > Update Now.
For a 64-bit installation, use this XML instead:
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
Notes:
- The downloaded installation files create an Office folder.
- A one-language Microsoft 365 Apps package is approximately 2.8 GB.
- If downloading from a local network source by using
DownloadPath, aVersionmust also be specified in the XML.