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.cs7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs
index 89ca94ba..cc4550a8 100644
--- a/src/WixToolset.Core/Compiler_Bundle.cs
+++ b/src/WixToolset.Core/Compiler_Bundle.cs
@@ -1726,11 +1726,8 @@ namespace WixToolset.Core
1726 } 1726 }
1727 } 1727 }
1728 1728
1729 // Ensure there is always a rollback boundary at the beginning of the chain. 1729 string previousId = null;
1730 this.CreateRollbackBoundary(sourceLineNumbers, new Identifier(AccessModifier.Global, "WixDefaultBoundary"), YesNoType.Yes, YesNoType.No, ComplexReferenceParentType.PackageGroup, "WixChain", ComplexReferenceChildType.Unknown, null); 1730 var previousType = ComplexReferenceChildType.Unknown;
1731
1732 var previousId = "WixDefaultBoundary";
1733 var previousType = ComplexReferenceChildType.Package;
1734 1731
1735 foreach (var child in node.Elements()) 1732 foreach (var child in node.Elements())
1736 { 1733 {