Re: OFFICE 2016 Package
Published: May 5, 2017 - 5:19 PM
Hello Killian,
If it's the standard Office 2016 suite, you need to replace ProPlus with Standard
If it's the standard Office 2016 suite, you need to replace ProPlus with Standard
Code: Select all
fichier.write('<Configuration Product="Standard">\n')
run('"%s\Common Files\microsoft shared\OFFICE16\Office Setup Controller\Setup.exe" /uninstall Standard /config "%s\silent.xml"' % (programfiles32,programfiles32),timeout=1200)