Skip to content

Instantly share code, notes, and snippets.

View andrecomegno's full-sized avatar
🚀

André Comegno andrecomegno

🚀
View GitHub Profile
@andrecomegno
andrecomegno / install.cmd
Created July 17, 2020 22:02
segundo script office 2016
@echo off
cd /d %~dp0
setup.exe /configure conf.xml
pause
@andrecomegno
andrecomegno / conf.xml
Created July 17, 2020 21:54
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" />