From df69d4172d3117d8b66ba51fa5ae7f4be538700d Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 11 Apr 2020 16:03:19 +1000 Subject: Move table definitions from Core to Data. --- .../Bind/AttachPatchTransformsCommand.cs | 3 +- .../Bind/CreateOutputFromIRCommand.cs | 1 - .../Bind/LoadTableDefinitionsCommand.cs | 2 +- .../Bind/SequenceActionsCommand.cs | 1 - .../Data/tables.xml | 1966 -------------------- .../Decompile/Decompiler.cs | 2 +- .../Inscribe/InscribeMsiPackageCommand.cs | 2 +- .../Unbind/UnbindDatabaseCommand.cs | 2 +- .../Unbind/UnbindTranformCommand.cs | 2 +- .../WindowsInstallerStandardInternal.cs | 40 - .../WixToolset.Core.WindowsInstaller.csproj | 4 - 11 files changed, 6 insertions(+), 2019 deletions(-) delete mode 100644 src/WixToolset.Core.WindowsInstaller/Data/tables.xml delete mode 100644 src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs 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 using System.Globalization; using System.Linq; using System.Text.RegularExpressions; - using WixToolset.Core.WindowsInstaller; using WixToolset.Core.WindowsInstaller.Msi; using WixToolset.Data; using WixToolset.Data.Tuples; @@ -58,7 +57,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind public AttachPatchTransformsCommand(IMessaging messaging, Intermediate intermediate, IEnumerable transforms) { - this.tableDefinitions = new TableDefinitionCollection(WindowsInstallerStandardInternal.GetTableDefinitions()); + this.tableDefinitions = new TableDefinitionCollection(WindowsInstallerTableDefinitions.All); this.Messaging = messaging; this.Intermediate = intermediate; this.Transforms = transforms; diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs index 7de1b1d0..15b53a55 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs @@ -206,7 +206,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind break; // ignored. - case TupleDefinitionType.WixFile: case TupleDefinitionType.WixComponentGroup: case TupleDefinitionType.WixDeltaPatchFile: case TupleDefinitionType.WixFeatureGroup: diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs index fe13391b..024857ab 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs @@ -31,7 +31,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind public TableDefinitionCollection Execute() { - var tableDefinitions = new TableDefinitionCollection(WindowsInstallerStandardInternal.GetTableDefinitions()); + var tableDefinitions = new TableDefinitionCollection(WindowsInstallerTableDefinitions.All); foreach (var tuple in this.Section.Tuples.OfType()) { diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs index 749f9ac0..fe014b0b 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs @@ -470,7 +470,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind } break; case TupleDefinitionType.IniFile: - case TupleDefinitionType.RemoveIniFile: set.Add("InstallExecuteSequence/WriteIniValues"); set.Add("InstallExecuteSequence/RemoveIniValues"); break; diff --git a/src/WixToolset.Core.WindowsInstaller/Data/tables.xml b/src/WixToolset.Core.WindowsInstaller/Data/tables.xml deleted file mode 100644 index f3c187b5..00000000 --- a/src/WixToolset.Core.WindowsInstaller/Data/tables.xml +++ /dev/null @@ -1,1966 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 } // add any missing standard and wix-specific table definitions - foreach (var tableDefinition in WindowsInstallerStandardInternal.GetTableDefinitions()) + foreach (var tableDefinition in WindowsInstallerTableDefinitions.All) { if (!this.tableDefinitions.Contains(tableDefinition.Name)) { diff --git a/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs b/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs index 582e179e..256d3476 100644 --- a/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs @@ -21,7 +21,7 @@ namespace WixToolset.Core.WindowsInstaller.Inscribe { this.Context = context; this.Messaging = context.ServiceProvider.GetService(); - this.TableDefinitions = WindowsInstallerStandardInternal.GetTableDefinitions(); + this.TableDefinitions = new TableDefinitionCollection(WindowsInstallerTableDefinitions.All); } private IInscribeContext Context { get; } diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs index fb4b4ee3..1f43a025 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs @@ -30,7 +30,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind this.SuppressDemodularization = suppressDemodularization; this.SkipSummaryInfo = skipSummaryInfo; - this.TableDefinitions = WindowsInstallerStandardInternal.GetTableDefinitions(); + this.TableDefinitions = new TableDefinitionCollection(WindowsInstallerTableDefinitions.All); } public IMessaging Messaging { get; } diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs index 9261fda0..de2c5e37 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs @@ -24,7 +24,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind this.ExportBasePath = exportBasePath; this.IntermediateFolder = intermediateFolder; - this.TableDefinitions = WindowsInstallerStandardInternal.GetTableDefinitions(); + this.TableDefinitions = new TableDefinitionCollection(WindowsInstallerTableDefinitions.All); } private IMessaging Messaging { get; } diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs deleted file mode 100644 index 33f1ba04..00000000 --- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerStandardInternal.cs +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. - -namespace WixToolset.Core.WindowsInstaller -{ - using System.Reflection; - using System.Xml; - using WixToolset.Data.WindowsInstaller; - - /// - /// Represents the Windows Installer standard objects. - /// - internal static class WindowsInstallerStandardInternal - { - private static readonly object lockObject = new object(); - - private static TableDefinitionCollection tableDefinitions; - - /// - /// Gets the table definitions stored in this assembly. - /// - /// Table definition collection for tables stored in this assembly. - public static TableDefinitionCollection GetTableDefinitions() - { - // TODO: make the data static data structures instead of parsing an XML file and consider - // moving it all to WixToolset.Data.WindowsInstallerStandard class. - lock (lockObject) - { - if (null == WindowsInstallerStandardInternal.tableDefinitions) - { - using (XmlReader reader = XmlReader.Create(Assembly.GetExecutingAssembly().GetManifestResourceStream("WixToolset.Core.WindowsInstaller.Data.tables.xml"))) - { - WindowsInstallerStandardInternal.tableDefinitions = TableDefinitionCollection.Load(reader); - } - } - } - - return WindowsInstallerStandardInternal.tableDefinitions; - } - } -} diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj index 07007525..5d68bfe4 100644 --- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj +++ b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj @@ -10,10 +10,6 @@ true - - - - -- cgit v1.2.3-55-g6feb