Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brianfgonzalez/0185c8f0ef2711de44d7fa4ea7f9f204 to your computer and use it in GitHub Desktop.
Save brianfgonzalez/0185c8f0ef2711de44d7fa4ea7f9f204 to your computer and use it in GitHub Desktop.
office2016-example-configuration.xml
<!-- Office-ProPlus-Updates/Setup-SCCMOfficeUpdates/configuration_template.xml -->
<Configuration>
<!-- SOURCE DOCUMENTATION: https://technet.microsoft.com/en-us/library/jj219426 -->
<!-- <Add SourcePath="\\Server\Share\" Version="15.1.2.3" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail" PIDKEY="12345-12345-12345-12345-12345">
<Language ID="en-us" />
<Language ID="es-es" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>
-->
<!-- <Updates Enabled="TRUE" UpdatePath="\\Server\Share\" TargetVersion="15.1.2.3" Deadline="07/31/2016 23:59" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Logging Level="Standard" Path="%temp%" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
<!-- <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> -->
<!-- <Property Name="PACKAGEGUID" Value="12345678-ABCD-1234-ABCD-1234567890AB" /> -->
<!-- <Property Name="SharedComputerLicensing" Value="0" /> -->
<!-- <Remove>
<Product ID="O365ProPlusRetail" >
<Language ID="ja-jp" />
</Product>
</Remove> -->
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment