By following this question
I have successfully created a windows service in python and installed on my device and it is doing its job accurately. Now My question is that how can I deploy this service on some other pc definitely we have to make an installer for that like we do for c# based windows service as it is explained in this link.
Is there any way to make an installer for python based windows service and we give that .msi file to someone and he download it in his pc. I am a newbie in stack overflow if I breached any rule or regulation of this site while asking this question kindly forgive and correct me help me to solve my this task Thank you.