Hi,
I have an Installer created using AdvancedInstaller and it execute one exe after installation is completed. I used a custom action (calling a function in native dll) to invoke GUI application (MFC exe) using CreateProcess. The Exe is launched but it goes behind Installation GUI. Though I modified MFC app using SetForeGroundWindow() during Window Installation, it still coming behind Installation GUI. I tried many display option in CreateProcess API like show Normal, show Window, Show restore etc. But still it does not seems to have any effect.
I want this to be come on top of Installation GUI. Please let me know whether AdvancedInstaller put any restriction/limit on the launched application to appear behind Installation GUI.
Thanks,
Prasanth