Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 May : Execute application

www.cryer.info
Managed Newsgroup Archive

Execute application

Subject:Execute application
Posted by:"Codeman II" (thegentlem..@webmail.co.za)
Date:Wed, 25 May 2005 03:59:53

Hi there,

I need to execute another installation of any given software.
The problem is that I might need to execute I list of setups and therefore
I need to execute 1 at a time and wait for them to finish before executing
the next 1.

Okay, I have used ShellExecuteEx and check the ExitCode of Process Handle of
ShellExecuteInfo and that whole
story......
It is working in some instances but some installations when it executes and
the installation windows show it returns the ExitCode = True,
which is wrong cause the installation only started.

How can I implement a reliable way to execute an setup of another
application and wait for it to finish?

Please help,

Thanks alot!!!

Replies:

www.cryer.info
Managed Newsgroup Archive