Skip to content

Instantly share code, notes, and snippets.

@dermoumi
Last active August 29, 2021 19:16
Show Gist options
  • Save dermoumi/76839ccdc0b08104ef31d36cef356ce1 to your computer and use it in GitHub Desktop.
Save dermoumi/76839ccdc0b08104ef31d36cef356ce1 to your computer and use it in GitHub Desktop.
Office Pro Plus 2016 install Word and Excel only
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2016">
<Product ID="ProPlusRetail">
<Language ID="en-us"/>
<ExcludeApp ID="Skype"/>
<ExcludeApp ID="Access"/>
<ExcludeApp ID="Groove"/>
<ExcludeApp ID="Lync"/>
<ExcludeApp ID="OneDrive"/>
<ExcludeApp ID="OneNote"/>
<ExcludeApp ID="Outlook"/>
<ExcludeApp ID="PowerPoint"/>
<ExcludeApp ID="Publisher"/>
</Product>
</Add>
</Configuration>
@dermoumi
Copy link
Author

  1. Download ODT and extract it somewhere
  2. Run setup.exe /Configure word-excel.xml
  3. ???
  4. Profit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment