aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs
index f4fa510f..ca6bfd2f 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs
@@ -225,7 +225,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
225 // Put the summary information that was extracted back in now that it is updated. 225 // Put the summary information that was extracted back in now that it is updated.
226 foreach (var readSummaryInfo in summaryInfo.Values.OrderBy(s => s.PropertyId)) 226 foreach (var readSummaryInfo in summaryInfo.Values.OrderBy(s => s.PropertyId))
227 { 227 {
228 section.Tuples.Add(readSummaryInfo); 228 section.AddTuple(readSummaryInfo);
229 } 229 }
230 230
231 this.SubStorages = subStorages; 231 this.SubStorages = subStorages;