PDA

View Full Version : Search for running process ?


cyberwebwerks
09-08-2003, 01:21 PM
I am building an application that starts a web server before doing anything else. The web server is launched as a windows process. When my application is closed the web server process continues to run. Is there a way to shut down the process when closing my program or maybe even checking for the instance of the process when my program launches ? If the process is running then my app should just load and if the process is not running then my app should load the web server process. Confuse anyone yet ?

Adam
09-08-2003, 02:15 PM
I do not know of a way to detect services in AutoPlay Media Studio 4.0. Our product Setup Factory 6.0 has built in service actions that would definitely do what you want it to. Take a look at Setup Factory here (http://www.indigorose.com/products/setup_factory1.php) , it may be worth checking out for your case.