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 a WiX 3.6 bundle (using Burn) and managed bootstrapper that install several MSI packages. Some of the packages install …
wix wix3.6 burnI have a program that installs with a WiX installer. The program itself creates a number of files in the […
wix windows-installer upgrade uninstallation delete-fileI want to create a database in the installation process using WiX 3.6. I followed many tutorials, but I think there …
wix windows-installer wix3.6I have a c++ application developed using Visual Studio 2015, along with a Wix installer and a Burn bootstrapper. Previous versions …
visual-studio-2015 wix burn vcredistI want my install to fail if a third-party software element is not installed. I added a Fragment with a …
installation wix registry wix3.6I want to call a command line program of OpenOffice in WiX. To do so, I created a custom action, …
wix wix3.6How to change installer properties in my C# custom action?
c# wix windows-installer custom-actionI am writing an application that needs to be installed on a large number of desktops and also needs to …
.net installation wix bootstrappingI am developing an installer using Wix and need to kill a process (not application) silently during installation so the …
process wix killWe currently use WiX for building our MSI files, and as such it is the only MSI builder I have …
wix windows-installer installation orca