Skip to content

Instantly share code, notes, and snippets.

@jessestricker
Last active May 1, 2025 10:17
Show Gist options
  • Save jessestricker/3f1e7faa7c9c6001954e34d2f3e339f8 to your computer and use it in GitHub Desktop.
Save jessestricker/3f1e7faa7c9c6001954e34d2f3e339f8 to your computer and use it in GitHub Desktop.
A configuration for the Microsoft Office Deployment Tool.
<Configuration ID="b5f0dff9-0770-4567-aad3-453b0708cda7">
<Add OfficeClientEdition="64" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="MatchOS" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="PowerPoint" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Teams" />
<ExcludeApp ID="Bing" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<RemoveMSI />
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>

Microsoft Office Config

  1. Download the Office Deployment Tool and run the installer
  2. Open a terminal as Administrator
  3. Run setup.exe /configure microsoft-office-config.xml

Configuration files can also be created with the Office Customization Tool.

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