Setting Windows Service Dependancies?
Hello all,
I have been following this forum closely, and it has answered all my previous questions with NSIS, but this one has be stumped.
My installer installs 2 windows services, sets them to autorun and sets one to be dependant on the other.
I use ServiceLib to create the services and the registry DLL to update the registry to set the dependancies.
The services are installed and they start up fine, but even those they SAY they are dependant on each other in the service properties this is not the actual case.
Has anyone else accomplished something similar to what I am trying to do? Please share your experiences!
Thanks for your time. :D
Matt