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 35 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.
For those like me (I never used Windows) who do not know WiX; https://wixtoolset.org/. - Source: Hacker News / about 1 year 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 / almost 2 years ago
For Windows, in the past, I’ve used the WiX toolset to create installers (https://wixtoolset.org/). Source: about 2 years ago
Https://wixtoolset.org/ should be able to help you out there. Source: about 2 years 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: over 2 years ago
I’ve had to do this before and it some what sucks but if you do have a look at Inno Setup. Source: over 1 year 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: about 2 years 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: about 2 years 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: about 2 years 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: about 2 years ago
Setup Factory - Setup Factory Software Installer Builder for Windows.
Advanced Installer - Advanced Installer is a Windows installer authoring tool for installing, updating, and configuring your products safely, securely, and reliably.
InstallAware - Windows Installer InstallAware provides free installation (MSI) authoring, MSI compression, and MSI repackaging solutions. Tools include: InstallAware for Windows Installer, Setup Squeezer for MSI, and Setup Squeezer for InstallShield.
InstallForge - A very simplistic and streamlined program for creating installation files.
NSIS - NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows...
Packin - Packin is a graphical Linux package creator wizard which compiles packages in the popular debian...