Use Inno Setup. It's comparably sized, VSCode uses it and GOG.com uses customized builds of it (it's open-source but written in Delphi), and it has a much more declarative (though still extensible) approach that does do stuff like uninstall tracking by default. - Source: Reddit / 27 days ago
We eventually settled on a combination of InnoSetup with InnoSetuo Dependency Installer and NetSparkle which offered a much cleaner experience and use of AzureAD Authentication for Azure Storage Blobs (for updates) as well as InTune Deployments with proper version detection. - Source: Reddit / about 1 month ago
You don't typically make these things yourself from scratch, you use a tool that does it for you. E.g. InnoSetup: https://jrsoftware.org/isinfo.php. - Source: Reddit / 2 months ago
The two most popular such installers are Inno Setup and NSIS. Inno is much easier to use (and will handle most tasks automatically), while NSIS creates somewhat smaller installers (but requires you to basically micromanage everything). - Source: Reddit / 2 months ago
It has been a long time since I made any installers so things probably changed since then. But Inno setup was very good previously and I see that it is already mentioned in this thread. I've also used NSIS extensively in the past. Might be worth a look. - Source: Reddit / 2 months ago
Before we stopped developing Desktop Applications, NetSparkle was our preferred choice but you have to provide your own installer (we used InnoSetup. - Source: Reddit / 3 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 / 5 months 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 / 5 months 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 / 5 months ago
If so, Inno Setup would be the most novice-friendly of the big-name choices available for free. - Source: Reddit / 5 months ago
I use pyinstaller. Then for Windows I use inno setup https://jrsoftware.org/isinfo.php to create a Windows installer. - Source: Reddit / 7 months ago
I used Inno Setup for many years and was always very happy with it. - Source: Reddit / 7 months ago
Assuming these are Windows users I would use Inno Setup to create Windows Installers. https://jrsoftware.org/isinfo.php There is a wizard that makes Inno setup very easy to use it creates a professional looking Windows Installer. - Source: Reddit / 7 months ago
There's many options to create installation setups. The most common ones are Inno Setup, NSIS and for the MSI format there's quite a few. You can generate MSI from Visual Studio when you're developing a program and you can also use the Windows built-in iexpress utility to wrap it in an EXE file. Here's a tutorial for that. - Source: Reddit / 10 months ago
Another tip for creating/distributing Windows apps is to use Inno Setup https://jrsoftware.org/isinfo.php Inno Setup will compress the code, and created a professional looking Windows installer, add you app to the app list in Windows and create the uninstaller. It is very easy to use. - Source: Reddit / 10 months ago
You can use pyinstaller to create an exe, and bundle ffmpeg. For Windows I like to use inno Setup for creating a Windows Installer. https://jrsoftware.org/isinfo.php. - Source: Reddit / 11 months ago
Godot_game.iss (Example project file for an Inno Setup installer for Windows). - Source: Reddit / 11 months ago
You could use Inno Setup to easily build an installer for Windows. It's not .msi, but it's much easier to use than anything MSI I've found that you don't have to pay for. - Source: Reddit / 12 months ago
If you're even more tech savvy and want the process to be identical to GoG after that first install, you can make your own installer without steam with something like Inno Setup, you can even tell the program to install the redistributables for you so that you don't have to do that manually, of course that's extra work that isn't needed but if the objective is to make future installations identical to GoGs you... - Source: Reddit / about 1 year ago
I mean I can build the cross platform installer by my self. anyway, I found GUI installer that will work for me, inno setup is the option for windows, thank you ! - Source: Reddit / about 1 year ago
At this point we have a portable program to run, we could in fact create a shortcut to the Myapp.exe file, put it anywhere and all should work as an application. But that’s not the goal. We want an installable desktop application that anyone can install and run on pc. To achieve that we need another tool: Inno Setup (https://jrsoftware.org/isinfo.php). This is a free software that will transform our Myapp... - Source: dev.to / about 1 year ago
Do you know an article comparing Inno Setup to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Inno Setup. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.