Python Forum

Full Version: How to distribute a Python application with a web-based installer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

I am trying to figure out how to distribute a python application with a web-based installer. The app is for Windows OS. I want users of my app to download the web-based installer because I need the installer to collect some information about their computers (e.g., motherboard's serial number), send the information to my server where the information becomes part of python code. Then the python code is built so that an executable (.exe) file will be downloaded to the user's computer.

Basically, I am looking for software for which I can create a web-based installer. Any suggestions are welcome!

Thanks in advance.