@joebigelow / wix / commits / 12b3db74

Fix bug where default theme for MBA needs to be Standard.

Sean Hall committed Jan 2, 2021 at 16:01 UTC 12b3db746300a6c279329baf2ad263a76abb8ef6
1 file changed +5
src/wixext/BalCompiler.cs
+5
@@ -750,6 +750,11 @@ namespace WixToolset.Bal
750 }
751 }
752
753 + if (!theme.HasValue)
754 + {
755 + theme = WixManagedBootstrapperApplicationHostTheme.Standard;
756 + }
757 +
758 this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, node);
759
760 if (!this.Messaging.EncounteredError)