diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-11-11 01:45:59 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-11-11 01:45:59 -0800 |
| commit | 9f8cb5374481b6c8a06eb2739858332350f72666 (patch) | |
| tree | 4b09b90d8a516cb5e7d8203759bd2489b6a5d20c /src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs | |
| parent | 2bb37beda887d120a0ddabf874ad25357101faa1 (diff) | |
| download | wix-9f8cb5374481b6c8a06eb2739858332350f72666.tar.gz wix-9f8cb5374481b6c8a06eb2739858332350f72666.tar.bz2 wix-9f8cb5374481b6c8a06eb2739858332350f72666.zip | |
Additional IR updates
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs index c0eda9c7..7eb81ac7 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs | |||
| @@ -4,16 +4,13 @@ namespace WixToolset.Core.WindowsInstaller.Unbind | |||
| 4 | { | 4 | { |
| 5 | using System; | 5 | using System; |
| 6 | using System.Collections; | 6 | using System.Collections; |
| 7 | using System.Collections.Generic; | ||
| 8 | using System.ComponentModel; | 7 | using System.ComponentModel; |
| 9 | using System.Globalization; | 8 | using System.Globalization; |
| 10 | using System.IO; | 9 | using System.IO; |
| 11 | using System.Linq; | 10 | using System.Linq; |
| 12 | using System.Text.RegularExpressions; | ||
| 13 | using WixToolset.Core.Native; | 11 | using WixToolset.Core.Native; |
| 14 | using WixToolset.Core.WindowsInstaller.Databases; | 12 | using WixToolset.Core.WindowsInstaller.Bind; |
| 15 | using WixToolset.Data; | 13 | using WixToolset.Data; |
| 16 | using WixToolset.Data.Rows; | ||
| 17 | using WixToolset.Extensibility; | 14 | using WixToolset.Extensibility; |
| 18 | using WixToolset.Msi; | 15 | using WixToolset.Msi; |
| 19 | 16 | ||
| @@ -26,7 +23,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind | |||
| 26 | this.ExportBasePath = exportBasePath; | 23 | this.ExportBasePath = exportBasePath; |
| 27 | this.IntermediateFolder = intermediateFolder; | 24 | this.IntermediateFolder = intermediateFolder; |
| 28 | 25 | ||
| 29 | this.TableDefinitions = WindowsInstallerStandard.GetTableDefinitions(); | 26 | this.TableDefinitions = WindowsInstallerStandardInternal.GetTableDefinitions(); |
| 30 | } | 27 | } |
| 31 | 28 | ||
| 32 | private Messaging Messaging { get; } | 29 | private Messaging Messaging { get; } |
