How to set Dependecy Services

  • Thread starter Thread starter Rubens
  • Start date Start date
R

Rubens

I have 2 services created by an application. One service needs to
start after the first one already has, so I need to set the
dependency. I can get to the "Dependencies" tab, but I cannot see how
this is configured.

How do you set a dependency service?

Thanks,
Rubens
 
It is not "configured" there. You need to go into the registry and set it there. Take a look at the WWW Publishing Serivce in the registry for that one has a dependency on IIS Admin Service to see how it is done. The keys to look for are under:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

The Web Publishing service is the key W3SVC.
 
Back
Top