This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to suppress reboot after uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 25, 2008
12:53 PM
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!
Anyone has idea about this?
Thanks!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 25, 2008
04:58 PM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 25, 2008
06:31 PM
Thanks for your help!
But the problem is where is the suitable position in the sequence that set REBOOT property?
Thanks!
But the problem is where is the suitable position in the sequence that set REBOOT property?
Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 25, 2008
07:13 PM
I added that action at the end of sequence, it still can not suppress reboot. :mad: