The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
This is the error that is thrown by our automated build suite on Windows 2008, while running ICEs (after migrating from …
continuous-integration wix build-automation wix3I'm currently integrating my Wix projects in MSBuild. It is necessary for me to pass multiple values to the Wix …
msbuild wix msbuild-taskI was looking for list of actions and their sequence when running a WiX setup. Somehow the official website doesn't …
wix sequence custom-actionI have an app that is being installed with WiX 3 - most of the install works fine by now, but …
wix wix3 desktop-shortcutnew Day, new Problem;-) Still got to struggle with managed custom action. I already managed it to call an …
installation wix windows-installer wix3I'm having some strange issues with WiX on my local machine. The problem is intermittent, but after a few rebuilds …
wix ice-validationI am trying to create a installer for MVC4 application using Wix. I found an example that shows how to …
c# .net asp.net-mvc-4 wix wix-extensionI'm attempting to automate a roundtrip install and uninstall of a set of MSI files (generated by WiX) from a …
msbuild wix windows-installer acceptance-testingI'm using WixUI_Advanced sequence to allow users pick per-machine or per-user installation and change destination folder. My WiX project …
wix windows-installer wix3.6