Based on our record, Inno Setup should be more popular than PyInstaller. It has been mentiond 39 times since March 2021. We are tracking product recommendations and mentions on Reddit, HackerNews and some other platforms. They can help you identify which product is more popular and what people think of it.
PyInstaller. You'll end up with a ridiculous 150 MB executable file if you aren't careful, but it works. - Source: Reddit / 3 days ago
There are lots of cool options for Pyinstaller that you can learn all about them from the official docs 🤩. - Source: dev.to / 6 days ago
I wanted to try pyinstaller with my current flask app, but haven't found the time. Maybe it'll work for you. - Source: Reddit / 10 days ago
PyInstaller is probably what you’re after: https://pyinstaller.org/en/stable/. - Source: Reddit / about 2 months ago
Futhermore, without diving too deep in the complexity of Python decorators, I'd recommend you use the property and setter decorators for your script, instead of conventional methods. - Source: Reddit / 2 months ago
It's intended to be an installer creator similar to Inno Setup, but for DOS, and I want it to be something that can be used in situations where it needs to not crowd the actual content off a 720K floppy disk. - Source: Reddit / 18 days ago
The installer is done using excellent and popular Inno Setup (https://jrsoftware.org/isinfo.php). It will install CGE to a user directory, like C:\Users\USERNAME\AppData\Local\Programs\Castle Game Engine, where it will likely live along other software like VS Code that is also installed by InnoSetup for this user. The installer automatically creates menu and desktop shortcuts, shows you the license summary, runs... - Source: Reddit / 20 days ago
If you want an actual "installer", check out Inno Setup. It will take your WinPython or PyInstaller directory and install it like a real program, including creating shortcuts and all the rest if you want it to. - Source: Reddit / 24 days ago
If so, Inno Setup would be the most novice-friendly of the big-name choices available for free. - Source: Reddit / about 1 month ago
I use pyinstaller. Then for Windows I use inno setup https://jrsoftware.org/isinfo.php to create a Windows installer. - Source: Reddit / 2 months ago
cx_Freeze - cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the...
Advanced Installer - Advanced Installer is a Windows installer authoring tool for installing, updating, and configuring your products safely, securely, and reliably.
nuitka - Nuitka is a Python compiler.
NSIS - NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows...
py2exe - A distutils extension to create standalone Windows programs from Python scripts.
InstallForge - A very simplistic and streamlined program for creating installation files.