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/Bind/AttachPatchTransformsCommand.cs | |
| 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/Bind/AttachPatchTransformsCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs index aa5ca20a..f4fa510f 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs | |||
| @@ -7,7 +7,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 7 | using System.Globalization; | 7 | using System.Globalization; |
| 8 | using System.Linq; | 8 | using System.Linq; |
| 9 | using System.Text.RegularExpressions; | 9 | using System.Text.RegularExpressions; |
| 10 | using WixToolset.Core.WindowsInstaller; | ||
| 11 | using WixToolset.Core.WindowsInstaller.Msi; | 10 | using WixToolset.Core.WindowsInstaller.Msi; |
| 12 | using WixToolset.Data; | 11 | using WixToolset.Data; |
| 13 | using WixToolset.Data.Tuples; | 12 | using WixToolset.Data.Tuples; |
| @@ -58,7 +57,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 58 | 57 | ||
| 59 | public AttachPatchTransformsCommand(IMessaging messaging, Intermediate intermediate, IEnumerable<PatchTransform> transforms) | 58 | public AttachPatchTransformsCommand(IMessaging messaging, Intermediate intermediate, IEnumerable<PatchTransform> transforms) |
| 60 | { | 59 | { |
| 61 | this.tableDefinitions = new TableDefinitionCollection(WindowsInstallerStandardInternal.GetTableDefinitions()); | 60 | this.tableDefinitions = new TableDefinitionCollection(WindowsInstallerTableDefinitions.All); |
| 62 | this.Messaging = messaging; | 61 | this.Messaging = messaging; |
| 63 | this.Intermediate = intermediate; | 62 | this.Intermediate = intermediate; |
| 64 | this.Transforms = transforms; | 63 | this.Transforms = transforms; |
