Archive: How to bring "Installer Language" dialog box to the front?


How to bring "Installer Language" dialog box to the front?
Hello,

I have 2 installers. "Launcher Installer" and "Main Installer".
"Launcher Installer" is used to launch "Main Installer".
When "Main Installer" starts it displays "Installer Language" dialog box.
"Installer Language" dialog box is NOT displayed on top of all open windows/folders. In order to bring "Installer Language" dialog box to the front I need to click on it in the task bar.

Is there a way to display "Installer Language" dialog box on top of all windows/folders?

Thanks


You could try bringtofront, but that might not work before the UI is initialized...


BringToFront does not work.


How do you launch "Main installer" from "Launcher Installer" ? And what actions do the "Launcher Installer" perform after that ?


If using ExecShell, make sure you specify SW_SHOWNORMAL.