Last active
October 31, 2017 20:42
-
-
Save ranieuwe/6d690865858cca98721a177fe284dc90 to your computer and use it in GitHub Desktop.
Office 365 configuration
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"> | |
<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