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

Eman eman_no1 at yahoo.com
Mon Mar 1 20:47:44 EST 2010


On Feb 15, 4:10 pm, News123 <news... at free.fr> wrote:
> 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


Try my favorite 3rd pary tools maker, Chilkatsoft.com.
http://www.chilkatsoft.com/refdoc/pythonCkServiceRef.html

Eman_No1



More information about the Python-list mailing list