The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
we are looking to automate an MSI generation for a product we are developing. Currently we have MSBuild building out …
msbuild continuous-integration wix windows-installerI have a MSI created in WiX 3.6 that obviously installs various things and creates a shortcut to an exe that …
windows wix arguments custom-actionWe have a COM component (let's call it MyLib) developed in VB.NET, for our Access application (let's call it …
com wix registry dllregistration heatI am trying to make it so that when the user selects something via check box, a corresponding feature will …
c# wix wix3.5I'm on WiX 3.7, and I can't get the simple <PackageGroupRef Id="NetFx40Web"/> bundle element to work, as …
wix bootstrapper wix3.7I want to keep a config file when the msi installer does a major upgrade. For the config file, I …
wix upgrade preserveI'm just starting out with WiX as I need to be able to automate building an MSI on our CI …
wix windows-installer wix3 paraffinI'm working on a WPF app, and using WiX as an installer. I'd like to start using SQL Express 2012, but …
sql-server wix installation wmi sql-server-expressI am trying to use my first custom action in WiX and I get: error 2896: Executing action CustomActionTest failed. I …
c# wix wix3.5 custom-actionAfter reading the page on SetProperty and looking at as many examples as I could find here and elsewhere, I'm …
wix custom-action