Top "Bootstrapper" questions

Bootstrappers are programs that run a sequence of installation packages one after another.

Customising the WiX Burn theme with additional inputs

I'm looking at using Burn as a bootstrapper for an installer and I need to pass in a couple of …

wix windows-installer bootstrapper burn
How can i put a compiled boot sector onto a USB stick or disk?

I'm actually interested in how an OS works, from the POST over the Boot process to the Kernel, GUI, etc. …

operating-system usb boot bootloader bootstrapper
WIX Burn Bootstrapper not asking for admin rights for my MSI

I created an MSI with WIX that needs elevated permissions to work correctly. In the MSI Project, I specified this …

wix windows-installer uac bootstrapper burn
How to bootstrap .NET 3.5 SP1 with msbuild? following found instructions doesn't work

I'm trying to use msbuild GenerateBootstrapper task to distribute a .net application with the framework, without the need of internet …

visual-studio-2010 .net-3.5 msbuild bootstrapper
Comprehensive list of command line flags/options for Burn/bootstrapper in WiX

The title says it all. I can't seem to find a comprehensive list of commands/flags/things-I-can-do-from-the-command-line.

wix bootstrapper burn
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