cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
shilendrajadon
Level 2

installing third party software

Hi,

I am using installshield 5.x for our project setup.

One third party software is needed to be installed from our installer. We are installing it using LaunchAppAndWait() function.

There are few screens which comes from third party software. My problem is that the popup screens which comes from third party application are hidden if we click on our main setup window. The third party application is coming as sepearate process.

Can we configured it to display the screens in front of our main setup window even if we click on the setup window it should not disappear.

Thanks

Shilendra
Labels (1)
0 Kudos
(1) Reply
TimStVCS
Level 7

Yes, what are you using for the nShowWindow parameter? Try using SW_NORMAL or one of the many other parameters for the nShowWindow option that would result in these pop-ups not being hidden.

Hope this helps!

Tim
0 Kudos