aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_Bundle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_Bundle.cs')
-rw-r--r--src/WixToolset.Core/Compiler_Bundle.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs
index 7a386de7..1ee09166 100644
--- a/src/WixToolset.Core/Compiler_Bundle.cs
+++ b/src/WixToolset.Core/Compiler_Bundle.cs
@@ -346,6 +346,9 @@ namespace WixToolset.Core
346 case "SetVariableRef": 346 case "SetVariableRef":
347 this.ParseSimpleRefElement(child, SymbolDefinitions.WixSetVariable); 347 this.ParseSimpleRefElement(child, SymbolDefinitions.WixSetVariable);
348 break; 348 break;
349 case "SoftwareTag":
350 this.ParseBundleTagElement(child);
351 break;
349 case "Update": 352 case "Update":
350 this.ParseUpdateElement(child); 353 this.ParseUpdateElement(child);
351 break; 354 break;