How to force restart after uninstall for a Basic MSI Project in InstallShield 2009 Premier
Posted
by Samir
on Stack Overflow
See other posts from Stack Overflow
or by Samir
Published on 2010-04-21T09:42:54Z
Indexed on
2010/04/21
9:43 UTC
Read the original article
Hit count: 771
InstallShield 2009 Premier, Basic MSI Project:
After uninstall completes, I want to force restart the computer. How?
Googling found, i have to set 'REBOOTPROMPT' TO 'S' or 'R' and the "Reboot" property.
How to set these properties and with what values?
© Stack Overflow or respective owner