Skip to content

Instantly share code, notes, and snippets.

@KuanYuChang
Last active April 14, 2024 19:37
Show Gist options
  • Save KuanYuChang/bcc8f16b1af2a5aaaec64b6174754fe4 to your computer and use it in GitHub Desktop.
Save KuanYuChang/bcc8f16b1af2a5aaaec64b6174754fe4 to your computer and use it in GitHub Desktop.
Configuration of Office Deployment Tool
<!-- 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>
@KuanYuChang
Copy link
Author

Default apps to install: Word, Powerpoint, and Excel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment