aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs2
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 {