Created
June 13, 2018 18:26
-
-
Save BtbN/0c8bc66203db6939820c8cd9bab2d69c to your computer and use it in GitHub Desktop.
Office 2016 Professional Plus Retail No-Bullshit Config for deployment tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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