diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs index 9a55dc77..b510690e 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs | |||
| @@ -8,7 +8,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind | |||
| 8 | using System.Globalization; | 8 | using System.Globalization; |
| 9 | using System.IO; | 9 | using System.IO; |
| 10 | using System.Text.RegularExpressions; | 10 | using System.Text.RegularExpressions; |
| 11 | using WixToolset.Core.WindowsInstaller.Msi; | 11 | using WixToolset.Core.Native.Msi; |
| 12 | using WixToolset.Data; | 12 | using WixToolset.Data; |
| 13 | using WixToolset.Data.WindowsInstaller; | 13 | using WixToolset.Data.WindowsInstaller; |
| 14 | using WixToolset.Extensibility.Services; | 14 | using WixToolset.Extensibility.Services; |
| @@ -288,8 +288,8 @@ namespace WixToolset.Core.WindowsInstaller.Unbind | |||
| 288 | } | 288 | } |
| 289 | 289 | ||
| 290 | ColumnDefinition[] columns; | 290 | ColumnDefinition[] columns; |
| 291 | using (Record columnNameRecord = tableView.GetColumnInfo(MsiInterop.MSICOLINFONAMES), | 291 | using (Record columnNameRecord = tableView.GetColumnNames(), |
| 292 | columnTypeRecord = tableView.GetColumnInfo(MsiInterop.MSICOLINFOTYPES)) | 292 | columnTypeRecord = tableView.GetColumnTypes()) |
| 293 | { | 293 | { |
| 294 | // index the primary keys | 294 | // index the primary keys |
| 295 | var tablePrimaryKeys = new HashSet<string>(); | 295 | var tablePrimaryKeys = new HashSet<string>(); |
