Created
February 5, 2024 19:16
-
-
Save drHyperion451/f28180e6ccc0008fbf8ff4b3b142a0d1 to your computer and use it in GitHub Desktop.
MS Office configuration for installing just what you need to.
This file contains 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
<!-- Download MS Office deployment tool here: https://www.microsoft.com/en-us/download/details.aspx?id=49117--> | |
<!-- In theory it should download MS Office automatically from the servers. --> | |
<Configuration> | |
<Add SourcePath="" OfficeClientEdition="64"> | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="en-us" /> | |
<!-- Delete the programs you want to install below: --> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="Excel" /> | |
<ExcludeApp ID="Word" /> | |
<ExcludeApp ID="Groove" /> | |
<ExcludeApp ID="OneNote" /> | |
<ExcludeApp ID="PowerPoint" /> | |
<ExcludeApp ID="Lync" /> (Skype for Business) | |
<ExcludeApp ID="Publisher" /> | |
<ExcludeApp ID="Teams" /> | |
<ExcludeApp ID="Visio" /> | |
<ExcludeApp ID="Project" /> | |
<ExcludeApp ID="Outlook" /> | |
</Product> | |
</Add> | |
</Configuration> | |
<!-- .\setup.exe /configure Office2021configuration.xml --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment