diff options
| -rw-r--r-- | src/wixext/BalCompiler.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wixext/BalCompiler.cs b/src/wixext/BalCompiler.cs index eab374ce..441ad004 100644 --- a/src/wixext/BalCompiler.cs +++ b/src/wixext/BalCompiler.cs | |||
| @@ -750,6 +750,11 @@ namespace WixToolset.Bal | |||
| 750 | } | 750 | } |
| 751 | } | 751 | } |
| 752 | 752 | ||
| 753 | if (!theme.HasValue) | ||
| 754 | { | ||
| 755 | theme = WixManagedBootstrapperApplicationHostTheme.Standard; | ||
| 756 | } | ||
| 757 | |||
| 753 | this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, node); | 758 | this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, node); |
| 754 | 759 | ||
| 755 | if (!this.Messaging.EncounteredError) | 760 | if (!this.Messaging.EncounteredError) |
