Created
July 17, 2020 21:54
-
-
Save andrecomegno/c8908b6c930983f034a3ade137f8def4 to your computer and use it in GitHub Desktop.
primeiro script office 2016
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="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