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 using WiX 3.5.1930 in Visual Studio 2010, targeting the .NET Framework 3.5. (Later weekly builds of WiX seem to be very …
c# wix wix3.5 custom-action votiveRelated to this: How to register file types/extensions with a WiX installer? but not a duplicate. I need to …
installation wix registry windows-installer file-typeI'm just starting to learn how to use WiX and I'm running into a snag. My package uses a third …
.net wix gacI currently using the following markup in my WiX installer project to check if .NET Framework 4.5 or greater is installed. &…
wix .net-framework-versionI'm trying to learn WiX and now creating sample setup project, using WiX Setup Project template for Visual Studio. I …
visual-studio-2010 wix wix3.6When my application is uninstalled, the server needs to be notified so that it can free up the license key …
c# wix wix3 custom-actionAs most of you probably noticed, when uninstalling an MSI package Windows will ask for the original .msi file. Why …
installation wix windows-installer installshield uninstallationAre there any good references/examples for WiX Burn 3.6 custom UI? I googled around, but they are broken pieces of …
wix wix3.6 burnI am running heat to generate a wxs file. The code are as follows. I want to add all the …
wix heat