Top "Burn" questions

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

Text box value is not updated in ViewModel when changing in the view in WPF

When I change the text box value, it is not updated in the view model. This is my text box …

wpf mvvm wix bootstrapper burn
Burn (WiX bootstrapper) does not uninstall MSI package

I have a Burn bundle with this chain: <Chain> <PackageGroupRef Id="NetFx40Web"/> <MsiPackage SourceFile="…

wix burn