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
- :
- Reboot during UI sequence
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
‎Aug 04, 2010
07:29 PM
Reboot during UI sequence
Is there a way to reboot and resume during the UI sequence?
I need to install an MSI in my UI sequence (not as part of the built in pre-requisites), and this MSI requires a reboot.
While I can easily create a reboot, how can I resume to the same dialog after that reboot?
I need to install an MSI in my UI sequence (not as part of the built in pre-requisites), and this MSI requires a reboot.
While I can easily create a reboot, how can I resume to the same dialog after that reboot?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2010
08:57 PM
Windows Installer isn't designed to install other installs during the UI. No changes to your machine should ever be made during the UI.
If it was me, I'd look at Feature Prereqs. Once you get through your UI, setup.exe can call out to the prereqs, handle the reboot story and then take you into your execute sequence.
If it was me, I'd look at Feature Prereqs. Once you get through your UI, setup.exe can call out to the prereqs, handle the reboot story and then take you into your execute sequence.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2010
09:08 PM
Problem being that two of the prerequisites are WindowsInstaller 4.5 and .Net 3.5 SP1. If I understand correctly, neither of these can be feature prerequisites?
The main problem is that the user CANNOT see the prerequisite window. We only want our customised dialogs displayed.
The main problem is that the user CANNOT see the prerequisite window. We only want our customised dialogs displayed.