Step 1: Download ODT from Microsoft.
Step 2: Edit the configuration.xml file to include only apps you want (e.g., Word, Excel).
Example configuration.xml for Office 2019 (only Word, Excel, PowerPoint): Step 1: Download ODT from Microsoft
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume" PIDKEY="Your-Product-Key">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Skype for Business" />
</Product>
</Add>
</Configuration>
Step 3: Run setup.exe /configure configuration.xml
→ Result: Installed size ~700 MB instead of 3+ GB. Step 3: Run setup
For legal installation, you need a valid product key. Here are official sources: Add OfficeClientEdition="64" Channel="PerpetualVL2019">
Microsoft’s official C2R installation lets you choose exactly which apps to install. This is the safe “Lite” method.