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 have an MSI package bundled in a WiX Burn bootstrapper. Can I extract this MSI from the bundle on …
wix burnI have a very simple WiX project (version 3.7) that installs somes files (a .NET program version 6.0.0.0). I'm ready to release …
wix major-upgradeI created a WIX project in Visual Studio 2010 over a year ago. It creates an MSI file and a bootstrapper …
visual-studio-2010 localization wix wix3.6 burnI'm trying to run a custom action (delete a certain file) based on the windows version. I know how to …
wix windows-installer conditional conditional-statements custom-actionI am currently attempting to modify my Wix(V3.5) installer to edit the Web.config settings of the .NET application …
.net entity-framework wix wix3.5In my wxi file, I want to set a variable that has the Program Files directory. I want it to …
wix wix3.7I am trying to add my program shortcut to an existing folder in the start menu shortcuts. For example All …
windows installation wix windows-installer startmenuI build a perMachine installer using WiX 3.6 to install a software I had not developed. Unfortunately the software creates some …
wix wix3.6Microsoft is moving away from the Visual Studio built-in MSI setup projects. WiX seems to be one alternative. But the …
wix votiveI'm studying Wix to build product installer. I've customized the UI successfully but be wondering how to link a custom …
wix custom-action wix3.5