365 Offline Installer - Microsoft Office

Here are the key features of the Office 365 offline installer:

1. No Internet Required During Installation

  • After you obtain the offline installer (e.g., via the Office Deployment Tool or certain Volume License channels), you can install Office on a PC without an internet connection.
  • Useful for computers with limited, slow, or unreliable internet access.

Step 5: Create the Installation XML File

To install on an offline machine, you need a slightly different XML file (or you can modify the existing one). Create a new file named config-install.xml: microsoft office 365 offline installer

<Configuration>
  <Add OfficeClientEdition="64" Channel="MonthlyEnterprise" SourcePath="C:\ODT\Office">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
  <Display Level="Full" AcceptEULA="TRUE" />
</Configuration>

Note the addition of SourcePath="C:\ODT\Office". This tells the installer not to look online, but to look right there on your hard drive. Here are the key features of the Office

3. Tools Required

  • Office Deployment Tool (ODT) – free from Microsoft
  • XML configuration file – defines architecture (32/64-bit), language, products (Word, Excel, etc.), and update channel
  • Source folder – where the offline installation files will be stored

Example XML snippets (use in ODT folder)

  • Download Office 64-bit English, exclude Access & Publisher, Semi-Annual Enterprise Channel:
<Configuration>
  <Add OfficeClientEdition="64" Channel="SemiAnnualEnterprise">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us"/>
      <ExcludeApp ID="Access"/>
      <ExcludeApp ID="Publisher"/>
    </Product>
  </Add>
  <Display Level="None" AcceptEULA="TRUE"/>
  <Property Name="AUTOACTIVATE" Value="1"/>
</Configuration>
  • Download Office + Visio + Project, multiple languages, save to local path:
<Configuration>
  <Add OfficeClientEdition="64" Channel="Current">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us"/>
      <Language ID="fr-fr"/>
    </Product>
    <Product ID="VisioProRetail"/>
    <Product ID="ProjectProRetail"/>
  </Add>
  <Display Level="None" AcceptEULA="TRUE"/>
  <Add SourcePath="\\fileserver\OfficeOffline"/>
</Configuration>

Step 3 – Download the Installation Source

Run this command (as admin) in C:\ODT:

setup.exe /download config-offline.xml

The files will download into a hidden folder: C:\ODT\Office\Data\v64.c (or v32.c). Wait until the command prompt returns with no error. After you obtain the offline installer (e

Pro tip: Download size is ~1.5–3 GB depending on included apps & languages.

Discover more from WirelessBilly

Subscribe now to keep reading and get access to the full archive.

Continue reading