Top "Wix" questions

The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.

MSI register dll - Self-Registration considered harmful

I have a .NET winform application that requires to register a native dll during installation. My question is how can …

winforms wix windows-installer installation dllregistration
(WiX) Program files shortcut for per-machine install

Following the example here, I added a shortcut to the ProgramMenuFolder that launches my application. (My code is actually simpler …

wix windows-installer wix3.5
Overriding banner image in Wix 3.5 Wixlib doesn't work in actual MSI

I am using several articles and other questions in order to override the banner bitmap images for a binary wixlib …

wix wix3.5 wixlib
Features installed to different locations but referencing the same components

I have a product that consists of multiple features that can be installed to different locations e.g. Feature 1 is …

wix wix3
WIX Combobox populating Values

IS there anyone know how to populate values into combobox using WIX Setup.AS i am trying for past weeks.…

wix wix3.7
What is the state of WiX v4?

I really feel like I shouldn't have to ask a question on SO to get basic information like this, but …

wix
Forcing an upgrade of a file that is modified during its initial installation

I'm working on the upgrade feature for my WiX-based installer. As part of the instalation, we are installing a web.…

wix windows-installer installation upgrade
Custom icon for ClickOnce application in 'Add or Remove Programs'

A ClickOnce application created using Mage is not showing the icon that was specified in for the Mage command-line parameter …

wix clickonce mage
Wix how to hide feature options

I'm using Wix 3.5 to build a MSI installer. I want to know if there is any way to hide some …

installation wix windows-installer wix3.5
xul.dll not found error when using GeckoFX browser control

I am using "GeckoFx-29.0-0.6" for having a firefox web browser control in Windows Form application. When I run my …

c# wix xulrunner geckofx