Last active
July 12, 2021 06:52
-
-
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.
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
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use it with
setup.exe /configure this_file.xml
.