Offline Installer Office 365 [ 2026 ]
Wait for the download to complete (no progress bar by default – monitor %temp% or network activity). When finished, you’ll see a Office folder inside C:\ODT containing ~3-4 GB of files.
Create a file named configuration.xml in the same folder. Below is a sample for 64-bit Office 365 with core apps (Word, Excel, PowerPoint, Outlook): offline installer office 365
<Configuration> <Add OfficeClientEdition="64" Channel="Current"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="OneDrive" /> <ExcludeApp ID="Teams" /> <ExcludeApp ID="OneNote" /> </Product> </Add> </Configuration> Wait for the download to complete (no progress
Open the virtual drive in File Explorer and double-click Setup32.exe or Setup64.exe to begin the local installation. Method 2: For Business & IT Admins (Office Deployment Tool) Below is a sample for 64-bit Office 365
The tool allows users to embed scripts directly into the offline installer executable.
<Configuration> <Add OfficeClientEdition="64" Channel="Current"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="OneDrive" /> <ExcludeApp ID="Teams" /> </Product> </Add> <Property Name="SharedComputerLicensing" Value="0" /> <Property Name="PinIconsToTaskbar" Value="TRUE" /> <Property Name="SCLCacheOverride" Value="0" /> <Property Name="AUTOACTIVATE" Value="1" /> <Property Name="DeviceBasedLicensing" Value="0" /> <Updates Enabled="TRUE" /> <RemoveMSI /> </Configuration>
Once the .IMG file downloads, double-click it to "mount" it as a virtual drive on your computer.