cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Simon_Yang
Level 6

How to suppress reboot after uninstall

I had basic msi project that need install and uninstall a NT service which handled by InstallShield. My problem is after uninstall, it will popup a dialog notifies user confirm a reboot to finish the uninstall. I just wanna suppress this reboot, therefore I set REBOOT property to ReallySuppress, but it still popup that dialog and didnot suppress reboot.

Anyone has idea about this?

Thanks!
Labels (1)
0 Kudos
(3) Replies
Happy_Days
Level 7

Your dialog is overwriting the value of REBOOT property. You can create a SET PROPERTY custom action and place it after your dialog sequence which will overwrite the value set by the dialog.
0 Kudos
Simon_Yang
Level 6

Thanks for your help!

But the problem is where is the suitable position in the sequence that set REBOOT property?


Thanks!
0 Kudos
Simon_Yang
Level 6

I added that action at the end of sequence, it still can not suppress reboot. :mad:
0 Kudos