aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
index a4b9be85..ffaf1479 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
@@ -354,7 +354,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
354 modularize.Execute(); 354 modularize.Execute();
355 355
356 // Ensure all sequence tables in place because, mergemod.dll requires them. 356 // Ensure all sequence tables in place because, mergemod.dll requires them.
357 var unsuppress = new AddBackSuppresedSequenceTablesCommand(output, tableDefinitions); 357 var unsuppress = new AddBackSuppressedSequenceTablesCommand(output, tableDefinitions);
358 suppressedTableNames = unsuppress.Execute(); 358 suppressedTableNames = unsuppress.Execute();
359 } 359 }
360 else if (output.Type == OutputType.Patch) 360 else if (output.Type == OutputType.Patch)