Top "Burn" questions

Burn is the WiX (Windows Installer XML) engine used to chain multiple installation packages into a singular, more seamless setup experience.

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
Error: a certificate chain processed,but terminated in a root error .Net Framework 4.7

I want to extract the .net 4.7 framework prerequisites with my main msı. But when ı try to install .net installation give …

c# installation wix burn
WiX Burn 3.6 beta - custom UI examples

Are there any good references/examples for WiX Burn 3.6 custom UI? I googled around, but they are broken pieces of …

wix wix3.6 burn
How to intelligently install .NET 4.x using WiX Burn

When installing an application that can use either .NET 4.0 or 4.5, what is the best practice when installing the prerequisites .NET …

wix windows-installer wix3.6 bootstrapping burn
WiX installer not removing files on uninstall

I am telling a wix MSI file to remove files on uninstall, and it's simply not registering it. For the …

wix windows-installer wix3.7 burn
Start application after installation using WiX/Burn

I'm aware of similar questions in WiX MSI, but I'm having issues starting an application within a bootstrapper EXE file …

wix installation wix3.6 bootstrapper burn
How to use CustomAction in WIX Bundle?

To give you a background - I have a 4 MSI's which comes from our vendor and this has to go …

wix wix3.6 burn
Automatically increment and synchronize version for product and bootstrapper

I'm trying to implement automatic versioning so that when I build my Bootstrapper, both the MyApp and Bootstrapper versions are …

wix bootstrapper burn
How can I allow MSI features to be selected in a WiX burn bootstrapper?

I have just started playing around with Burn to try and chain multiple MSI files. I am using WiX v3.6.2705.0. …

installation wix windows-installer burn
WiX Burn - Determine what items are already installed

I've a burn installation whereby the user can select which of three options to install - each one directly relates …

wix installation wix3.6 bootstrapper burn