Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Launching exe problem


2 replies to this topic

Shekhar

Shekhar
  • Members
  • 30 posts

Posted 19 April 2006 - 00:53

Hi All,

I am facing very strange problem. am launching an exe ( Dialog based application) using LaunchAppAndWait function (please see below piece of code am using). The function is executed fine but the application dialog displayed back side of the installation setup status window.

How to display this application dialog on the top to installation window so that I can accept the user inputs?

szCmdLine = "";
szCmd = "MyDlgApp.exe"';

LaunchAppAndWait(szCmd,szCmdLine,LAAW_OPTION_WAIT )


Am I missing something here?

Any help in this regard is highly appreciated.

Thanks
Shekhar



Shekhar

Shekhar
  • Members
  • 30 posts

Posted 25 April 2006 - 22:03

Hi,
Please help me ... i am not finding any way to go ahead.

shekhar

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 April 2006 - 07:51

Did you look at the information under "Enable Setup to Take Focus" at http://www.installsi.../en/isp_ext.htm ?