Buying guide

· 8 min read· Updated 2026-05-10

Office Deployment Tool walkthrough

Use the Office Deployment Tool (ODT) to install Office 2024 with the exact apps, language and update channel you need. Full XML reference inside.

  • Office 2024
  • Deployment
  • IT

Download the Office Deployment Tool

Get the latest ODT from microsoft.com/download/details.aspx?id=49117. It's a self-extracting installer that drops setup.exe and a few sample configuration XMLs into a folder of your choice.

Write your configuration.xml

Office 2024 perpetual uses ProductID 'ProPlus2024Volume' (or 'HomeBusiness2024Retail' for the retail SKU) and Channel 'PerpetualVL2024'. The XML below installs Word, Excel and PowerPoint only, in English, on the perpetual channel.

Common ProductID values
EditionProductIDChannel
Office 2024 Pro Plus (Volume)ProPlus2024VolumePerpetualVL2024
Office 2024 Home & BusinessHomeBusiness2024RetailPerpetualVL2024
Office LTSC 2024 StandardStandard2024VolumePerpetualVL2024
Microsoft 365 Apps for EnterpriseO365ProPlusRetailCurrent
Microsoft 365 Apps for BusinessO365BusinessRetailCurrent

Download, then install

First download the Office package to disk so the install runs offline:

  1. setup.exe /download configuration.xml

    Pulls ~3 GB of Office payload into the folder defined by <SourcePath>. Takes 5–15 minutes.

  2. setup.exe /configure configuration.xml

    Runs the install from the downloaded payload. Silent unless <Display Level='Full'> is set.

  3. Verify with /reportoutput

    Add /reportoutput report.txt to capture install logs. Useful when deploying via GPO or Intune.

Removing previous Office versions

Add <RemoveMSI/> to the Configuration XML to uninstall any MSI-based Office 2016 or 2019 before installing. Click-to-Run (C2R) versions are auto-replaced.

Frequently asked questions

Do I need ODT for one PC?
No — a simple GUI installer also works for Office 2024. ODT is for IT shops, multi-PC rollouts, or anyone who wants to skip Outlook or pick a specific language.

Recommended licenses

Related guides

All guides