Skip to content

Instantly share code, notes, and snippets.

@nagakputtagunta
Last active November 15, 2020 11:12
Show Gist options
  • Save nagakputtagunta/129b8795d687741cd1604860e294ce3f to your computer and use it in GitHub Desktop.
Save nagakputtagunta/129b8795d687741cd1604860e294ce3f to your computer and use it in GitHub Desktop.
Microsoft ODT configuration to only install the office apps I need.
<!-- Office 2019 enterprise client configuration file sample. To be used for Office 2019
enterprise volume licensed products only, including Office 2019 Professional Plus,
Visio 2019, and Project 2019.
Do not use this sample to install Office 365 products.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
The following sample allows you to download and install Office 2019 Professional Plus,
Visio 2019 Professional, and Project 2019 Professional directly from the Office CDN.
https://www.microsoft.com/en-us/download/details.aspx?id=49117
-->
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Teams" />
</Product>
<Product ID="VisioPro2019Volume">
<Language ID="en-us" />
</Product>
<Product ID="ProjectPro2019Volume">
<Language ID="en-us" />
</Product>
</Add>
<!-- <RemoveMSI All="True" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment