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 BootStrapper installer - command line execution
I have a WIX Bootstrapper installer with WPF UI where user can choose which sub-packages they want to install/Uninstall.
Now I have a requirement to run the installer via command line and also user ca...
user46374
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
WiX Bootstrapper with custom WPF UI, canceling a single package from a bundle
I have a wix bootstrapper project with multiple packages setup through bootstrapper bundle, and I'm having hard time to cancel a single package from the bundle. I use a custom WPF UI for my installer,...
Sam Saarian
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