Create Service Dependancy

M

Myrddin Emrys

Is it possible to create a service dependancy in a managed fashion? I
need one service I am creating to depend on another service I have
written, such that starting the new service automatically starts the
service it depends on. This is a standard capability with services,
yet I can see no way to create a service dependancy...

Am I missing something, or is that functionality not yet possible to
accomplish in a managed fashion?
 
D

David Banister

Check out the System.ServiceProcess.ServiceInstaller.ServicesDependedOn
property.

Hope that helps,
David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top