python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
WiX Burn Bundle Installer Returns ERROR_SUCCESS_REBOOT_REQUIRED - 3010 (0xBC2) Upon Installation Failure
When one of MSI packages chained in my WiX bundle fails to install, the bundle installer rolls back other MSI packages that have been processed up to that point and then returns ERROR_SUCCESS_REBOOT_R...
yoonjm
Votes: 0
Answers: 1
How to make WiX Toolset (Burn) Bootstrapper recognize an upgrade?
I'm using the WiX (Burn) Bootstrapper to wrap my MSI installer (so that I can install some prerequisite libraries with it.)
It works fine for installation and uninstallation, but I can't seem to figur...
c00000fd
Votes: 0
Answers: 1
How to add Change button to the WiX Toolset (burn) Bootstrapper?
I need to add the Change button to my WiX (burn) Bootstrapper, so that it invoked the change action from the MSI that it's wrapping:
What markup do I need for that?
c00000fd
Votes: 0
Answers: 1
Configure assemblies redirection for a Burn-based boostrapper
We're developing a Burn-based setup, with a custom UI.
The custom UI project uses .NET Framework 4.8.
We're trying to use AutoFac 6.3.
When run, the setup fails with the following exception:
"Sys...
Dan
Votes: 0
Answers: 1