- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Restart screen in basic msi project
- 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
I am creating a basic msi project and in that I required to add a restart screen and will give the user authority to restart or not... By default I am not getting any option to achieve that one. Can anyone help me with the options
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
In your project locate the "ScheduleReboot" action here:
BEHAVIOUR AND LOGIC > Custom actions and Sequences > Sequences > Installation > Execute > ScheduleReboot
Change the value of conditions to "REMOVE" if you want the reboot request after uninstall or "NOT REMOVE" if you want it after install.
This will cause the installer to display a message "click ok to restart your machine now or cancel to restart later"
Hope this helps,
Stuart
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
In your project locate the "ScheduleReboot" action here:
BEHAVIOUR AND LOGIC > Custom actions and Sequences > Sequences > Installation > Execute > ScheduleReboot
Change the value of conditions to "REMOVE" if you want the reboot request after uninstall or "NOT REMOVE" if you want it after install.
This will cause the installer to display a message "click ok to restart your machine now or cancel to restart later"
Hope this helps,
Stuart
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content