diff options
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppresedSequenceTablesCommand.cs) | 4 | ||||
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppresedSequenceTablesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs index 78bf7a29..d83e3684 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppresedSequenceTablesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs | |||
@@ -12,9 +12,9 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
12 | /// for the merge process to work. We'll drop the suppressed sequence tables again as | 12 | /// for the merge process to work. We'll drop the suppressed sequence tables again as |
13 | /// necessary. | 13 | /// necessary. |
14 | /// </summary> | 14 | /// </summary> |
15 | internal class AddBackSuppresedSequenceTablesCommand | 15 | internal class AddBackSuppressedSequenceTablesCommand |
16 | { | 16 | { |
17 | public AddBackSuppresedSequenceTablesCommand(WindowsInstallerData output, TableDefinitionCollection tableDefinitions) | 17 | public AddBackSuppressedSequenceTablesCommand(WindowsInstallerData output, TableDefinitionCollection tableDefinitions) |
18 | { | 18 | { |
19 | this.Output = output; | 19 | this.Output = output; |
20 | this.TableDefinitions = tableDefinitions; | 20 | this.TableDefinitions = tableDefinitions; |
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) |