Last active
April 14, 2024 19:37
-
-
Save KuanYuChang/bcc8f16b1af2a5aaaec64b6174754fe4 to your computer and use it in GitHub Desktop.
Configuration of Office Deployment Tool
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
<!-- Office 365 client configuration file. | |
For detailed information regarding configuration options visit: http://aka.ms/ODT. | |
To use the configuration file be sure to remove the comments. | |
Download Office Deployment Tool: https://www.microsoft.com/en-us/download/details.aspx?id=49117 | |
Installation command: .\setup.exe /configure .\configuration-Office365-x64.xml --> | |
<Configuration> | |
<Add OfficeClientEdition="64"> | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="en-us" /> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="Groove" /> | |
<ExcludeApp ID="InfoPath" /> | |
<ExcludeApp ID="Lync" /> | |
<ExcludeApp ID="OneDrive" /> | |
<ExcludeApp ID="OneNote" /> | |
<ExcludeApp ID="Project" /> | |
<ExcludeApp ID="Publisher" /> | |
<ExcludeApp ID="SharePointDesigner" /> | |
<ExcludeApp ID="Visio" /> | |
<ExcludeApp ID="Outlook" /> | |
<ExcludeApp ID="Teams" /> | |
</Product> | |
</Add> | |
</Configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Default apps to install: Word, Powerpoint, and Excel