Hi, I have created a simple windows service using win32serviceutil. I was able to use py2exe to turn it into a windows executable successfully. However, I cannot figure out how I can get the startup type of this service to "automatic" instead of "manual". I understand that I can go through the control panel to do this manually, but I'd like the service to be shipped with the automatic start up type instead of manual.
Does anyone know how I can do that? Thanks, Patrick
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32