Skip to content

Instantly share code, notes, and snippets.

@brainplot
Last active July 12, 2021 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainplot/187d1ff7d1c6e801ce19a38319f2b8b2 to your computer and use it in GitHub Desktop.
Save brainplot/187d1ff7d1c6e801ce19a38319f2b8b2 to your computer and use it in GitHub Desktop.
Configuration file to use with Office Deployment Tool that excludes some Office applications I don't use.
<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<Language ID="it-it" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Teams" />
</Product>
</Add>
<RemoveMSI />
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
@brainplot
Copy link
Author

Use it with setup.exe /configure this_file.xml.

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