Microsoft 365 Deployment Tool for offline installer is longer available.

Rakesh P D'souza 25 Reputation points
2025-02-26T10:40:19.1266667+00:00

I need to download Office 365 application for our MDT server for bulk deployment. Previously, I used the 'Microsoft 365 Deployment Tool' for this purpose, but it is no longer available in the Microsoft site.

Any suggestions?

Thanks & Regards

Rakesh D'Souza

Microsoft 365 and Office | Development | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ilgar Zarbaliyev 31 Reputation points MVP
    2025-03-26T07:04:48.0733333+00:00

    You're right β€” the Microsoft 365 Deployment Tool (ODT) used to be directly available as a standalone download, but Microsoft has recently changed its availability.

    Good News: The ODT is Still Available β€” Just Moved

    You can still download the Office Deployment Tool (ODT), but it's now provided as part of the Office Customization Tool experience or via a direct link.


    πŸ”— Direct Download Link (Official Microsoft)

    You can get the Office Deployment Tool here:

    πŸ‘‰ Download Office Deployment Tool (ODT)

    This download includes:

    • setup.exe

    configuration.xml samples for different scenarios


    How to Use It for MDT Deployment

    Download and extract the ODT.

    Prepare a custom configuration.xml (for your Office 365 edition, architecture, channel, etc.).

    Use this command to download the Office setup files:

    setup.exe /download configuration.xml
    

    Once downloaded, use MDT to include the Office package in your task sequence using:

    setup.exe /configure configuration.xml
    

    🧰 Optional: Use the Office Customization Tool (Web GUI)

    If you want help building your configuration.xml, go to:

    https://config.office.com

    Choose your version (e.g., Microsoft 365 Apps for enterprise)

    Select architecture, channels, apps to include/exclude

    Export your configuration XML


    Let me know if you'd like help writing the XML config for a specific Office build or silent install.You're right β€” the Microsoft 365 Deployment Tool (ODT) used to be directly available as a standalone download, but Microsoft has recently changed its availability.

    Good News: The ODT is Still Available β€” Just Moved

    You can still download the Office Deployment Tool (ODT), but it's now provided as part of the Office Customization Tool experience or via a direct link.

    Direct Download Link (Official Microsoft)

    You can get the Office Deployment Tool here:

    πŸ‘‰ Download Office Deployment Tool (ODT)

    This download includes:

    setup.exe

    configuration.xml samples for different scenarios

    How to Use It for MDT Deployment

    Download and extract the ODT.

    Prepare a custom configuration.xml (for your Office 365 edition, architecture, channel, etc.).

    Use this command to download the Office setup files:

    setup.exe /download configuration.xml
    

    Once downloaded, use MDT to include the Office package in your task sequence using:

    setup.exe /configure configuration.xml
    

    Optional: Use the Office Customization Tool (Web GUI)

    If you want help building your configuration.xml, go to:

    https://config.office.com

    Choose your version (e.g., Microsoft 365 Apps for enterprise)

    Select architecture, channels, apps to include/exclude

    Export your configuration XML

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.