Share via


Office 365 Business: Office Deployment Tool

Applies to:

Applicable in Office 365 Business and Business Premium

Steps

  1. Download Office Deployment tool at https://www.microsoft.com/en-ph/download/details.aspx?id=36778

  2. Extract Office Deployment tool in folder C:\ODT

  3. Edit configuration.xml file and use configuration below:

    <Configuration>
    <Add SourcePath="C:\ODT" OfficeClientEdition="32" >
        <Product ID="O365BusinessRetail">
          <Language ID="en-us" />
        </Product>
      </Add>
    <Updates Enabled="TRUE" UpdatePath="C:\ODT" />
    <Display Level="FULL" AcceptEULA="TRUE" />
    <Logging Path="%temp%" />
    <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>
    
  4. Download 1GB Office installer package (1-3 hours), Run command prompt as administrator and run:

    C:\ODT\setup.exe /download configuration.xml
    
  5. Install Office: copy the ODT folder to C:\ on any pc where you want to install Office and run:

    C:\ODT\setup.exe /configure configuration.xml