diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-02-21 19:31:01 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-02-21 19:40:41 -0500 |
| commit | 752c7593613d72bd2d0da88508b5b3e9e0857286 (patch) | |
| tree | 4fa917e05edf297c721a1ceca925682429896d52 /src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |
| parent | 34ef0f821f84d4598df14cd8e2f863248eddc325 (diff) | |
| download | wix-752c7593613d72bd2d0da88508b5b3e9e0857286.tar.gz wix-752c7593613d72bd2d0da88508b5b3e9e0857286.tar.bz2 wix-752c7593613d72bd2d0da88508b5b3e9e0857286.zip | |
Early detection of duplicate table definitions from extensions.
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 2 |
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 167e0bb0..fecf3efd 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -111,7 +111,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 111 | // Load standard tables, authored custom tables, and extension custom tables. | 111 | // Load standard tables, authored custom tables, and extension custom tables. |
| 112 | TableDefinitionCollection tableDefinitions; | 112 | TableDefinitionCollection tableDefinitions; |
| 113 | { | 113 | { |
| 114 | var command = new LoadTableDefinitionsCommand(section, this.BackendExtensions); | 114 | var command = new LoadTableDefinitionsCommand(this.Messaging, section, this.BackendExtensions); |
| 115 | command.Execute(); | 115 | command.Execute(); |
| 116 | 116 | ||
| 117 | tableDefinitions = command.TableDefinitions; | 117 | tableDefinitions = command.TableDefinitions; |
