diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-11 16:03:19 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-12 12:46:21 +1000 |
| commit | df69d4172d3117d8b66ba51fa5ae7f4be538700d (patch) | |
| tree | 962a380e4d46e2bdff056e94a238819caa4e053e /src/WixToolset.Core.WindowsInstaller/Decompile | |
| parent | bf187ab399db33b40fc3de8ac9b1e2a82cc47a19 (diff) | |
| download | wix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.tar.gz wix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.tar.bz2 wix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.zip | |
Move table definitions from Core to Data.
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Decompile')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs b/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs index aa8921ed..ea9cac07 100644 --- a/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs +++ b/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs | |||
| @@ -116,7 +116,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | // add any missing standard and wix-specific table definitions | 118 | // add any missing standard and wix-specific table definitions |
| 119 | foreach (var tableDefinition in WindowsInstallerStandardInternal.GetTableDefinitions()) | 119 | foreach (var tableDefinition in WindowsInstallerTableDefinitions.All) |
| 120 | { | 120 | { |
| 121 | if (!this.tableDefinitions.Contains(tableDefinition.Name)) | 121 | if (!this.tableDefinitions.Contains(tableDefinition.Name)) |
| 122 | { | 122 | { |
