How to force restart after uninstall for a Basic MSI Project in InstallShield 2009 Premier

前端 未结 1 1508
后悔当初
后悔当初 2020-12-17 02:19

InstallShield 2009 Premier, Basic MSI Project:
After uninstall completes, I want to force restart the computer. How?

Googling f

相关标签:
1条回答
  • 2020-12-17 02:55

    Here is the Solution

    1. You have to let InstallShield know that you want a reboot.
      How?: From 'Installation Designer' tab -> 'Behavior and Logic' -> 'Custom Actions and Sequences' -> 'Sequences' -> 'Installation' -> 'Execute' -> 'ScheduleReboot' set the value of 'Conditions' to "NOT REMOVE" (with out the inverted commas) if you want the reboot to happen after install and to "REMOVE" if after uninstall.

    2. So up to now after install/uninstall the installer would show a warning message something like "... click ok to restart your machine now or cancel to restart later...". Now if you don't want to show this warning message even do step 3.

    3. Go to 'Installation Designer' tab -> 'Behavior and Logic' -> 'Property Manager', a table would be open. Now add/edit the (Name, Value) pair with (REBOOTPROMPT, Suppress). This would suppress the message.

    0 讨论(0)
提交回复
热议问题