Hi All,
I'm want to execute a setup program from my FOX application. I use the
CreateProcess API function and WaitForSingleObject WIN API function to
accomplish this. When I execute notepad.exe, the WaitForSingleObject
function waits untill I close the notepad. But when I'm executing the
required exe(the command line is "E:\INSTALL\WIN32\setup.exe"
the WaitForSingleObject function is not waiting for the setup to finish or
exit.
Please helpme with this.
Thanks
I'm want to execute a setup program from my FOX application. I use the
CreateProcess API function and WaitForSingleObject WIN API function to
accomplish this. When I execute notepad.exe, the WaitForSingleObject
function waits untill I close the notepad. But when I'm executing the
required exe(the command line is "E:\INSTALL\WIN32\setup.exe"
the WaitForSingleObject function is not waiting for the setup to finish or
exit.
Please helpme with this.
Thanks