smoothcoder
Programmer
Hi there.
I'm currently developing a setup application and I need to launch MSDE setup exe from my app. I use CreateProcess for launching MSDE setup; the problem is that I would like my app to wait for the completion of the MSDE setup program and then to display a MessageBox("MSDE setup complete" from MY app. I use WaitForSingleObject(handle, INFINITE) after the call to CreateProcess... but there comes a problem: the MSDE setup process seems to block. if I Ctrl+Alt+Del MY app, then the MSDE setup goes on successfully. WHY??
Is there any solution?
Thanks a lot, guys!
I'm currently developing a setup application and I need to launch MSDE setup exe from my app. I use CreateProcess for launching MSDE setup; the problem is that I would like my app to wait for the completion of the MSDE setup program and then to display a MessageBox("MSDE setup complete" from MY app. I use WaitForSingleObject(handle, INFINITE) after the call to CreateProcess... but there comes a problem: the MSDE setup process seems to block. if I Ctrl+Alt+Del MY app, then the MSDE setup goes on successfully. WHY??
Is there any solution?
Thanks a lot, guys!