Hi Members,
I create two window services named as "Parent Service" & "Child Service". "Parent Service" control the child service, it starts and stop the child service.
My query is, in case i shutdown my computer the system o/s automatically stop all the services(Including "Parent & child Service also).
Can i add any kind of logic that when ever system shutdown my "Parent Service" stop "Child Service" not the system o/s.
Regards