Page 3 of 3

Re: Creating MS-Office 2013 package

Published: November 2, 2015 - 3:19 PM
by Rudy
Good morning,

I managed to solve my problem by adding parentheses and removing quotation marks from the execution code of silent.msp.

Code: Select all

cmd = (r'setup.exe /adminfile silent.msp')
Thank you for your help.