Skip to main contentAccessibility feedback

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

Here is an example configuration-office2021enterprise.xml file:

configuration-office2021enterprise.xml is an XML configuration file that contains settings and parameters used to customize the installation of Office 2021 Enterprise. This file is used in conjunction with setup.exe to configure the installation process. The XML file provides a way to define various settings, such as which products to install, the installation location, and other options. setup.exe configure. configuration-office2021enterprise.xml

<?xml version="1.0" encoding="utf-8"?> <Configuration> <ProductSelection> <Product ID="Word" Install="true" /> <Product ID="Excel" Install="true" /> <Product ID="PowerPoint" Install="false" /> </ProductSelection> <Installation> <Location> C:\Program Files\Microsoft Office</Location> </Installation> <Language> <LanguageCode>en-us</LanguageCode> </Language> <EULA> <AcceptEULA>true</AcceptEULA> </EULA> </Configuration> Here is an example configuration-office2021enterprise