Setup.exe Configure. Configuration-office2021enterprise.xml Jun 2026

(the perpetual, volume-licensed version), the gold standard is the Office Deployment Tool (ODT) This post breaks down how to use the command setup.exe /configure configuration-Office2021Enterprise.xml file to get your team up and running. Step 1: Get the Tools First, you need the engine that drives the installation. Download the ODT : Grab the latest Office Deployment Tool from the Microsoft Download Center. Extract the Files to extract two key items: and several sample Step 2: The Heart of the Setup: configuration.xml configuration-Office2021Enterprise.xml file tells

When you run this command in an elevated command prompt (Administrator mode), the ODT ( ) reads the instructions inside your specific file to determine What to install

If you are deploying on Remote Desktop Services (RDS) or shared machines, change the XML property to: Use code with caution. Activating with KMS setup.exe configure. configuration-office2021enterprise.xml

The true power of the ODT lies in its extensive customization capabilities. Mastering the following elements in your XML file will give you professional-grade control over your deployment.

By mastering the combination of setup.exe and customized XML configuration scripts, IT departments can achieve predictable, repeatable, and completely automated software deployments across their entire corporate infrastructure. If you are planning your deployment, let me know: Will you activate Office using a or a MAK key ? Extract the Files to extract two key items:

: Dictates which components of the suite should not be installed. In the example above, Skype for Business ( Lync ) and the consumer client of OneDrive are blocked from installing. You can add additional lines for Outlook , Access , Publisher , or OneNote if your user base does not require them.

To adapt this deployment to your organization, you must understand what each tag controls: By mastering the combination of setup

Replace the XXXX-XXXX-XXXX-XXXX-XXXX with your actual product key. Adjust the language, products, and app inclusion/exclusion according to your needs.

Save the file in the exact same directory as your extracted setup.exe .

You cannot simply use an empty text file. The XML must follow a specific schema so the installer understands your intent. Below is a standard template for . Sample Configuration Code