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: Installer for prerequisite doesn't appear in foreground
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
‎Sep 09, 2010
06:32 PM
Installer for prerequisite doesn't appear in foreground
I have Basic MSI project that has feature prerequisites. One of the prerequisites runs in full UI mode. The problem I'm having is that when I run my setup on Windows Server 2008 R2, the installer dialog for this prerequisite does not appear on top of my main installer. I have to click on the prerequisite's icon in the taskbar or move the main installer's dialog out of the way. This happens only on Windows Server 2008 R2, and it's not 100% reproducible. Is this a known issue, and is there a way to fix it/work around it?
Thanks.
Thanks.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 10, 2010
10:53 AM
I haven't generally seen this as a problem, but it's possible that the prerequisite itself is prone to this sort of behavior. If you create a shortcut to the prerequisite's target executable with the appropriate arguments, can you reproduce the behavior just within Windows Explorer? If so, it's likely something to take up with the source for the prerequisite. Since we just use a ShellExecute, I'd guess this is likely to be the case.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 10, 2010
04:15 PM
Thanks for your response, Michael. I actually narrowed down further the scenario in which this happens. In addition to happening only on Windows Server 2008 R2, it only happens if you turn on the option in the prerequisite that says that the prerequisite may be optionally skipped by the user. As you probably already know, this option causes a dialog to be displayed to the end-user asking if they would like to install the prerequisite. Clicking Yes in this dialog launches the installer for the prerequisite in the background. When this option is disabled, the installer for the prerequisite is launched in the foreground as expected.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 13, 2010
02:09 PM
I discovered that this happens not only on Win Server 2008 R2, but also on Win Server 2008 and probably other OSes.