hey all, this seems to be something simple and I can not get it to work the way intended. I want IE9 installer to install passively and then prompt for reboot, that's it.
I have tried using the switches for the standard exe from Microsoft but nothing allows for passive and prompt for reboot
I have now also downloaded and used IEAK and then created msi installs and selected the passive and prompt for reboot options which does not make the installer do that actual behavior by default.
So I have now actually began trying various commands with the IEAK msi files, none of which are making the behavior I desire happen, passive with prompt for reboot.
Can anyone suggest a proper command line for this?
I have essentially tried these on the different installers I have built, and sometimes entered the /passive on full installers:
msiexec.exe filename /promptrestart
msiexec.exe filename REBOOTPROMPT=""
I have tried using the switches for the standard exe from Microsoft but nothing allows for passive and prompt for reboot
I have now also downloaded and used IEAK and then created msi installs and selected the passive and prompt for reboot options which does not make the installer do that actual behavior by default.
So I have now actually began trying various commands with the IEAK msi files, none of which are making the behavior I desire happen, passive with prompt for reboot.
Can anyone suggest a proper command line for this?
I have essentially tried these on the different installers I have built, and sometimes entered the /passive on full installers:
msiexec.exe filename /promptrestart
msiexec.exe filename REBOOTPROMPT=""