Last active
December 19, 2015 04:25
-
-
Save HenryYang/ff456a0bac2b9c877ada to your computer and use it in GitHub Desktop.
This file contains 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
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus 2016 apps, | |
Office 365 Business 2016 apps, Project Pro for Office 365 and Visio Pro for Office 365. | |
For detailed information regarding configuration options visit: http://aka.ms/ODT. | |
To use the configuration file be sure to remove the comments | |
For Office 365 client apps (verion 2013) you will need to use the 2013 version of the | |
Office Deployment Tool which can be downloaded from http://aka.ms/ODT2013 | |
The following sample allows you to download and install Office 365 ProPlus 2016 apps | |
and Visio Pro for Office 365 directly from the Office CDN using the Current Branch | |
settings --> | |
<Configuration> | |
<Add SourcePath="" OfficeClientEdition="32" > | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="zh-tw" /> | |
<ExcludeApp ID= "Outlook" /> | |
<ExcludeApp ID= "Access" /> | |
<ExcludeApp ID= "Publisher" /> | |
<ExcludeApp ID= "Groove" /> | |
<ExcludeApp ID= "Lync" /> | |
<ExcludeApp ID= "OneNote" /> | |
</Product> | |
</Add> | |
</Configuration> | |
<!-- THIS VERSION ONLY INSTALL 32-BIT WORD, EXCEL, POWERPOINT --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment