Created
April 22, 2015 07:47
-
-
Save chiwanpark/4153af68012498a4a0c3 to your computer and use it in GitHub Desktop.
Office 365 Pro Plus Custom Install Configuration (Word, Powerpoint, Excel only)
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"> | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="ko-kr"/> | |
<ExcludeApp ID="Access"/> | |
<ExcludeApp ID="InfoPath"/> | |
<ExcludeApp ID="Groove"/> | |
<ExcludeApp ID="Lync"/> | |
<ExcludeApp ID="OneNote"/> | |
<ExcludeApp ID="Outlook"/> | |
<ExcludeApp ID="Project"/> | |
<ExcludeApp ID="Publisher"/> | |
<ExcludeApp ID="SharePointDesigner"/> | |
<ExcludeApp ID="Visio"/> | |
</Product> | |
</Add> | |
</Configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment