Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Dear @Apps ICS,
I hope you’re having a good day.
You can use the Office Deployment Tool (ODT) to download the Microsoft 365 installation files once and then use those files for offline installation on one or more Windows devices.
- Extract the Office Deployment Tool
Download and run the ODT package you already obtained, then extract it to a folder such as: C:\ODT
You should see setup.exe in that folder.
- Create a configuration XML file
Create a file named download.xml in the same folder with content similar to the following:
<Configuration>
<Add OfficeClientEdition="64" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
You can change the language or Office edition as needed.
- Download the offline installation files
Open Command Prompt as Administrator and run:
cd C:\ODT
setup.exe /download download.xml
ODT will download the Microsoft 365 installation files into an Office subfolder under your download location.
- Use the downloaded files for offline installation
Once the download is complete, keep the following together:
- C:\ODT\setup.exe
- C:\ODT\download.xml
- C:\ODT\Office\
To install Microsoft 365 from these local files, run:
setup.exe /configure download.xml
No additional Office download will be required if the installation files are already present locally.
For reference:
- Overview of the Office Deployment Tool - Microsoft 365 Apps | Microsoft Learn
- Configuration options for the Office Deployment Tool - Microsoft 365 Apps | Microsoft Learn
These steps will create an offline Microsoft 365 installation source that you can copy to other machines or a network share and use for deployment.
Warm regards,
If the answer is helpful, please select "Yes" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in the forum documentation to enable email notifications if you want to receive the related email notification for this thread.