Relative Content

Tag Archive for pythonwindows-servicespyinstaller

Installing/managing windows services in windowless Python exe

I have an application written in Python which installs and manages windows services. I’ve managed to get it all working up until the point where I use PyInstaller with the –noconsole option. The app works fine with the console, but I need it to work without one. In my current version, I install the service executable and then configure the service as follows: