I wrote scripts for clients. In order not to install python and dependent packages, I packed everything into 3 exe files using cx-freeze. First up is the winservice, which does most of the work. The second is the settings wizard. The third is a client for working with winservice. Faced with the task, it is necessary after installing the package (using bdist_msi) to register the service in the system and run the wizard. How to do it?
aavezel
source share