The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
I am a beginner, started learning WiX. I want to capture and validate and register user details during the installation …
wix windows-installer wix3.5How can I make a major upgrade to an installation set (MSI) built with WiX install into the same folder …
wix windows-installerHelp! I've inherited a .NET project with a WIX installer project. They make the implicit assumption that .NET Framework 4.5 is …
c# wix wix3.11I'm trying to close a process before uninstallation using Wix. I've confirmed that it works as long as there's a …
wix close-applicationI am using <MajorUpgrade> in WiX 3.6 to force an uninstall of the previous version of my application when …
wix windows-installer wix3.6My company recently forced us to use Wix Toolset (v.4.0.12), because we upgraded to Visual Studio 2012 which unfortunately no longer …
visual-studio-2012 wix votiveI've a burn installation whereby the user can select which of three options to install - each one directly relates …
wix installation wix3.6 bootstrapper burnThis question could be considered a duplicate of: How do I deploy a .inf based driver? Except that I want …
wix driver inf