Skip to content

Instantly share code, notes, and snippets.

@pigfoot
Last active December 21, 2019 09:30
Show Gist options
  • Save pigfoot/e32419ff642dfbf63a564d68cf85e196 to your computer and use it in GitHub Desktop.
Save pigfoot/e32419ff642dfbf63a564d68cf85e196 to your computer and use it in GitHub Desktop.
Office2019 setup
<!--
setup /configure configuration-base.xml
-->
<Configuration>
<Add SourcePath=".\" OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<!-- <ExcludeApp ID="Excel" /> -->
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" /> <!-- contains Skype for business -->
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<!-- <ExcludeApp ID="PowerPoint" /> -->
<ExcludeApp ID="Publisher" />
<!-- <ExcludeApp ID="Word" /> -->
</Product>
</Add>
<RemoveMSI All="True" />
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
<!--
setup /configure configuration-work.xml
-->
<Configuration>
<Add SourcePath=".\" OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<!-- <ExcludeApp ID="Excel" /> -->
<!-- <ExcludeApp ID="Groove" /> --> <!-- contains OneDrive for business -->
<ExcludeApp ID="Lync" /> <!-- contains Skype for business -->
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<!-- <ExcludeApp ID="Outlook" /> -->
<!-- <ExcludeApp ID="PowerPoint" /> -->
<ExcludeApp ID="Publisher" />
<!-- <ExcludeApp ID="Word" /> -->
</Product>
</Add>
<RemoveMSI All="True" />
<!-- <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