Skip to content

Instantly share code, notes, and snippets.

@BtbN
Created June 13, 2018 18:26
Show Gist options
  • Save BtbN/0c8bc66203db6939820c8cd9bab2d69c to your computer and use it in GitHub Desktop.
Save BtbN/0c8bc66203db6939820c8cd9bab2d69c to your computer and use it in GitHub Desktop.
Office 2016 Professional Plus Retail No-Bullshit Config for deployment tool
<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly" Branch="Current">
<Product ID="ProPlusRetail">
<Language ID="de-de" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Skype" />
<ExcludeApp ID="Skypeforbusiness" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Visio" />
</Product>
</Add>
<Updates Enabled="TRUE" Channel="Monthly"/>
<Display Level="Full" AcceptEULA="TRUE"/>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment