<Configuration> <Add OfficeClientEdition="64" Channel="SemiAnnual"> <Product ID="O365ProPlusRetail"> <Language ID="matchOS" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Teams" /> </Product> </Add> <Display Level="None" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="%temp%" /> </Configuration>
Here's a review based on available information: officedeploymenttool_19328-20210.exe
| Goal | Command | |------|---------| | Download only (for offline deployment) | setup.exe /download config.xml | | Install directly from web | setup.exe /configure config.xml (no prior download needed) | | Uninstall Office products | Use a config with <Remove> section | | Export current installed configuration | setup.exe /download not for export; use cscript ospp.vbs or registry inspection | Add OfficeClientEdition="64" Channel="SemiAnnual">
:
<Configuration> <Remove All="TRUE" /> <Display Level="None" AcceptEULA="TRUE" /> </Configuration> Language ID="matchOS" />
Would you like to know anything else about Office Deployment Tool?