Skip to content

Instantly share code, notes, and snippets.

@chiwanpark
Created April 22, 2015 07:47
Show Gist options
  • Save chiwanpark/4153af68012498a4a0c3 to your computer and use it in GitHub Desktop.
Save chiwanpark/4153af68012498a4a0c3 to your computer and use it in GitHub Desktop.
Office 365 Pro Plus Custom Install Configuration (Word, Powerpoint, Excel only)
<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