From 2e5d9c947c6b4112eced28689526862dfb2569f4 Mon Sep 17 00:00:00 2001 From: "r.stropek" Date: Mon, 15 Dec 2014 13:06:16 +0100 Subject: [PATCH] Enhanced Bootstrapper --- WiXSamples/CustomBurnUI/InstallerUI/InstallerUIBootstrapper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WiXSamples/CustomBurnUI/InstallerUI/InstallerUIBootstrapper.cs b/WiXSamples/CustomBurnUI/InstallerUI/InstallerUIBootstrapper.cs index f00fe6df..afc8152b 100644 --- a/WiXSamples/CustomBurnUI/InstallerUI/InstallerUIBootstrapper.cs +++ b/WiXSamples/CustomBurnUI/InstallerUI/InstallerUIBootstrapper.cs @@ -24,7 +24,8 @@ protected override void Run() { this.Engine.Log(LogLevel.Verbose, "Running the custom WPF UI."); - Debugger.Launch(); + // Uncomment the following line to debug bootstrapper + // Debugger.Launch(); using (var container = this.SetupCompositionContainer()) {