|
From: <Bec...@em...> - 2006-08-16 17:45:15
|
Hi, I wrote an application using integration method 3. As my application runs it needs to start other Windows services. I accomplish this by exec'ing a "net start". It works fine when my service is started manually, but hangs after issuing the net start during automatic startup after an OS reboot. After my application fails to start due to timeout, the service that it was attempting to start finally starts. Increasing the timeout has not helped. It seems that the second service does not want to startup until my application has exited. Any suggestions on how to make this work would be greatly appreciated. Thanks, Matthew |