See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Installs NTier.EntitySchemaImporterExtension.dll to the gac and adds it to the machine app config's SchemaImporterExtensions element.

Namespace: NTier.Designer.Installers
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public class EntitySchemaImporterExtensionInstaller : InstallerReportUnauthorizedAccess
Visual Basic
Public Class EntitySchemaImporterExtensionInstaller
	Inherits InstallerReportUnauthorizedAccess
Visual C++
public ref class EntitySchemaImporterExtensionInstaller : public InstallerReportUnauthorizedAccess

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Configuration.Install..::..Installer
        NTier.Designer.Installers..::..InstallerReportUnauthorizedAccess
          NTier.Designer.Installers..::..EntitySchemaImporterExtensionInstaller

See Also