Good morning everyone,
I may have found an issue for my problem : I've made the service RpcSs
(Remote Procedure Call SubSystem)
dependent from my own service. Thus, RpcSs will only start when my own
service has started.
It seems to work. A drawback is that if I want to stop my service before
shutdown , all dependant services
will stop also, and some of them do not stop properly. Indeed, RpcSs has
a lot of services depending of it.
But it's already a solution.
I hope this could help other people.
SP
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32