aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
index 448ed607..daf4c96e 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
@@ -196,6 +196,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
196 196
197 // Tuples used internally and are not added to the output. 197 // Tuples used internally and are not added to the output.
198 case TupleDefinitionType.WixBuildInfo: 198 case TupleDefinitionType.WixBuildInfo:
199 case TupleDefinitionType.WixBindUpdatedFiles:
199 case TupleDefinitionType.WixComponentGroup: 200 case TupleDefinitionType.WixComponentGroup:
200 case TupleDefinitionType.WixComplexReference: 201 case TupleDefinitionType.WixComplexReference:
201 case TupleDefinitionType.WixDeltaPatchFile: 202 case TupleDefinitionType.WixDeltaPatchFile: