Categories |
|
---|---|
Website | jrsoftware.org |
Details $ | - |
Categories |
|
---|---|
Website | wixtoolset.org |
Details $ |
No WiX (Windows Installer XML) videos yet. You could help us improve this page by suggesting one.
Inno Setup might be a bit more popular than WiX (Windows Installer XML). We know about 46 links to it since March 2021 and only 34 links to WiX (Windows Installer XML). We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I’ve had to do this before and it some what sucks but if you do have a look at Inno Setup. Source: 3 months ago
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: 10 months 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: 11 months 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: 11 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: 11 months ago
I actually like WiX[1] — it has a bit of a learning curve, but, so long as I'm building on Windows and don't stray far from the default UI flows, I haven't found an easier tool for creating Windows installers as part of a product build process, especially those that require Windows-specific bits like COM component registration, Windows service management, setting restrictive ACLs on installed components, etc. And... - Source: Hacker News / 9 months ago
For Windows, in the past, I’ve used the WiX toolset to create installers (https://wixtoolset.org/). Source: 11 months ago
Https://wixtoolset.org/ should be able to help you out there. Source: 11 months ago
For windows - store: https://developer.microsoft.com/en-us/microsoft-store/register/ - requirements: https://learn.microsoft.com/en-us/windows/apps/publish/publish-your-app/app-package-requirements?pivots=store-installer-msix - alternatively you can make MSIs and distribute them through your own website or another service. https://wixtoolset.org/ - publishing with chocolatey isn't a terrible option to help users... Source: about 1 year ago
The ones I know of are WiX[0] and NSIS[1]. 0: https://wixtoolset.org/ 1: https://nsis.sourceforge.io/Main_Page. - Source: Hacker News / about 1 year ago
Advanced Installer - Advanced Installer is a Windows installer authoring tool for installing, updating, and configuring your products safely, securely, and reliably.
NSIS - NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows...
InstallForge - A very simplistic and streamlined program for creating installation files.
Setup Factory - Setup Factory Software Installer Builder for Windows.
InstallShield - If your software targets Windows, InstallShield is your solution.
Packin - Packin is a graphical Linux package creator wizard which compiles packages in the popular debian...