1.

Solve : How control Windows services dependency?

Answer»

I have some system SERVICES that depends upon other services to startup before it should START, how do I go about controlling it, if at all possible?

For example:
app_service1 must be started before the following can be started
monitor_service1 must start after app_service1 has started
monitor_service2 must start after monitor_service1 started

is there a WAY to TELL it to WAIT like in UNIX runtime levels?http://support.microsoft.com/kb/q193888/



Discussion

No Comment Found