The final executable is an .exe file. The procedure to install and run a service is pretty simple, from command line:
- TestService.exe -install (install the service) - net start TestService (start the service) - net stop TestService (stop the service) - TestService.exe -remove (remove the service) here are some useful references: http://msdn.microsoft.com/en-us/library/sd8zc8ha%28v=vs.80%29.aspx http://technet.microsoft.com/en-us/library/cc736564%28v=ws.10%29.aspx http://essiene.blogspot.it/2005/04/python-windows-services.html Thanks for your help! On 7 Giu, 20:35, Martin Zibricky <[email protected]> wrote: > Massi píše v Čt 07. 06. 2012 v 06:21 -0700: > > > Here is an example code showing the problem: > > Is the final executable a .dll or an .exe file? > > Could you please point me to any resources how to register and > start/stop windows services? > > Thanks -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
