Skip to content

Instantly share code, notes, and snippets.

@ranieuwe
Last active October 31, 2017 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ranieuwe/6d690865858cca98721a177fe284dc90 to your computer and use it in GitHub Desktop.
Save ranieuwe/6d690865858cca98721a177fe284dc90 to your computer and use it in GitHub Desktop.
Office 365 configuration
<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
<Language ID="nl-nl"/>
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us"/>
</Product>
<Product ID="LanguagePack">
<Language ID="en-us"/>
<Language ID="nl-nl"/>
<Language ID="de-de"/>
</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