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.

How do I create a custom dialog in WiX for user input?

I'm using WiX to create an installer for a windows service. It's desirable that the name of service that gets …

installation wix
Good resources for learning how to create MSI installers from WiX

I've given up trying to apply lipstick to the pigs of installers that come out of Visual Studio and have …

wix windows-installer
How to Enable WiX Projects in Visual Studio 2017

In Visual Studio 2017's New Project dialog, there is no entry for Windows Installer XML (WiX). Is it possible to …

visual-studio wix visual-studio-2017 wix3.10
What installation product to use? InstallShield, WiX, Wise, Advanced Installer, etc

I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to …

wix installation windows-installer installshield advanced-installer
A complete WiX 3.6 bundle example bootstrapping a .NET 4 Client Profile

I tried to construct a working example of a WiX 3.6 installation script. We currently use WiX 3.5 and now we would …

wix wix3.6 bootstrapping .net-client-profile
How to create a directory in wix?

My requirement is to create a directory in programdata/test/example. How can I do that in wix?

wix installation windows-installer wix3.5
Programmatically installing MSI packages

I would like to install a given .msi package programmatically from my C# .NET application, preferably with the installation parameters …

c# .net wix windows-installer dtf
How do I make a WIX MSI always remove a previous version?

I have CI build system builds an MSI whenever a developer checks in a change. We run automated acceptance tests …

wix windows-installer wix3.5
Custom WiX Burn bootstrapper user interface?

I'm creating an installation package with WiX 3.6 primarily so I can take advantage of the Burn bootstrapping features. So far …

wix wix3.6 burn
How do I do a silent install and uninstall with WiX and MSI?

How can a silent installer be created in WiX that does not display any UI dialogs to the user and …

installation wix windows-installer wix3