Skip to content

Instantly share code, notes, and snippets.

@andrecomegno
Created July 17, 2020 21:54
Show Gist options
  • Save andrecomegno/c8908b6c930983f034a3ade137f8def4 to your computer and use it in GitHub Desktop.
Save andrecomegno/c8908b6c930983f034a3ade137f8def4 to your computer and use it in GitHub Desktop.
primeiro script office 2016
<Configuration>
<Add OfficeClientEdition="32">
<Product ID="ProPlusRetail">
<Language ID="pt-br" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
<ExcludeApp ID="Skype" />
<ExcludeApp ID="Skypeforbusiness" />
<ExcludeApp ID="Groove" />
</Product>
</Add>
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment