diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-26 12:59:03 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-02 14:58:00 -0700 |
| commit | 9cca339473d77c7036035f949239f5231c325968 (patch) | |
| tree | 342399ad52d1eb8102be17c71a12242c566fca25 /src/WixToolset.Core.Burn | |
| parent | 67bcf306aa020c5480b6dd28eab5db3d49264585 (diff) | |
| download | wix-9cca339473d77c7036035f949239f5231c325968.tar.gz wix-9cca339473d77c7036035f949239f5231c325968.tar.bz2 wix-9cca339473d77c7036035f949239f5231c325968.zip | |
Integrate the IntermediateSection and IntermediateSymbol mutable changes
Diffstat (limited to 'src/WixToolset.Core.Burn')
| -rw-r--r-- | src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs b/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs index f16ac707..19fd7619 100644 --- a/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs +++ b/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs | |||
| @@ -65,7 +65,7 @@ namespace WixToolset.Core.Burn.Bundles | |||
| 65 | // If we used the default boundary, ensure the symbol is added to the section. | 65 | // If we used the default boundary, ensure the symbol is added to the section. |
| 66 | if (pendingRollbackBoundary.Id.Id == DefaultBoundaryId) | 66 | if (pendingRollbackBoundary.Id.Id == DefaultBoundaryId) |
| 67 | { | 67 | { |
| 68 | this.Section.Symbols.Add(pendingRollbackBoundary); | 68 | this.Section.AddSymbol(pendingRollbackBoundary); |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | if (insideMsiTransaction && !warnedMsiTransaction) | 71 | if (insideMsiTransaction && !warnedMsiTransaction) |
