Setup.exe Configure. Configuration-office2021enterprise.xml ★ Verified
First, grab the official Office Deployment Tool from the . Run the .exe to extract setup.exe and several sample XML files. 2. Create the Configuration XML
<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2021"> <Product ID="ProPlus2021Volume" PIDKEY="YOUR-MAK-KEY-HERE-XXXXX"> <Language ID="en-us" /> </Product> </Add> <Display Level="NONE" AcceptEULA="TRUE" /> </Configuration> setup.exe configure. configuration-office2021enterprise.xml
You likely need to create or edit the configuration-office2021enterprise.xml file. This file tells the installer what version to install, which language to use, and which products to include. First, grab the official Office Deployment Tool from the
<RemoveMSI All="TRUE" />
The terminal blinked. No fanfare. No "Success!" message. Add OfficeClientEdition="64" Channel="PerpetualVL2021">
<RemoveMSI> <IgnoreProduct ID="MSACCESS" /> </RemoveMSI>
setup.exe /configure configuration-office2021enterprise.xml