How to use python to register a service (an existing .exe file)

News123 news123 at free.fr
Mon Feb 15 19:10:51 EST 2010


Hi,

Is there a python way to register new windows services.


I am aware of the
instsrv.exe program, which can be used to install services.
I could use subprocess.Popen to call


instsrv.exe "service_name" program.exe


but wondered, whether there's already an existing function.

Thans in advance and bye


N



More information about the Python-list mailing list