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
- :
- Dialog Before Prerequisites
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
Nov 08, 2011
05:42 PM
Dialog Before Prerequisites
Is there a way to put up a dialog prior to the prerequisites being installed?
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 23, 2011
10:07 AM
No, I don't think there is any way to display a custom dialog before the InstallShield prerequisites are installed. The prerequisite UI is controlled by the Setup.exe bootstrap, and most aspects of it are not customizable. (There are ways to tweak the strings on the prerequisite dialogs, but there's no way to add additional dialogs or perform tasks such as resize the dialogs.)
Er, well, perhaps you could create some special custom "prerequisite" whose sole purpose is to show the special UI, and schedule that prerequisite before your other prerequisites. I'm not sure whether this would fit your requirements, or how easy it would be to implement this.
Another option you may to consider is to switch to a Suite project. You would add each prerequisite package to your Suite project as a dependency package, and set up all of the conditions that help the new Suite Setup.exe bootstrap determine whether each package needs to be launched. With this approach, you have full control over the bootstrap UI, so you can incorporate your own custom UI wizard pages before things are installed.
I hope that helps.
Er, well, perhaps you could create some special custom "prerequisite" whose sole purpose is to show the special UI, and schedule that prerequisite before your other prerequisites. I'm not sure whether this would fit your requirements, or how easy it would be to implement this.
Another option you may to consider is to switch to a Suite project. You would add each prerequisite package to your Suite project as a dependency package, and set up all of the conditions that help the new Suite Setup.exe bootstrap determine whether each package needs to be launched. With this approach, you have full control over the bootstrap UI, so you can incorporate your own custom UI wizard pages before things are installed.
I hope that helps.
