Re: Creating MS-Office 2013 package
Published: November 2, 2015 - 3:19 PM
Good morning,
I managed to solve my problem by adding parentheses and removing quotation marks from the execution code of silent.msp.
Thank you for your help.
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')