Hey Guys, I have a Microsoft Surface running Windows 8.1 and im trying to silently deploy the enterprise .msi using the following command -
msiexec /i "EnterpriseFoxitReader706.1126_enu.msi" /qu
iet AUTO_UPDATE="0" MAKEDEFAULT="1".
Basically it will install OK, but it will not disable automatic updates nor will it make it the default pdf program. In the documentation it states AUTO_UPDATE="0" will disable automatic updates and MAKEDEFAULT "1" will make foxit the default application for opening PDF Files. What am I doing wrong?
Eventually I will enter the above command into an application to install through SCCM 2012.
Thanks in advance!
msiexec /i "EnterpriseFoxitReader706.1126_enu.msi" /qu
iet AUTO_UPDATE="0" MAKEDEFAULT="1".
Basically it will install OK, but it will not disable automatic updates nor will it make it the default pdf program. In the documentation it states AUTO_UPDATE="0" will disable automatic updates and MAKEDEFAULT "1" will make foxit the default application for opening PDF Files. What am I doing wrong?
Eventually I will enter the above command into an application to install through SCCM 2012.
Thanks in advance!
Comment