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

The Installer class that installs all design time tools for the NTier framework. This should be run in the 'Custom Actions' in the setup project. To install NTier manually for development purposes:

c:\WINDOWS\Microsoft.NET\Framework\vn.n.nnnn\InstallUtil.exe /dev=true x:\bin\NTier.Designer.dll

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

Syntax

C#
public class NTierInstaller : Installer
Visual Basic
Public Class NTierInstaller
	Inherits Installer
Visual C++
public ref class NTierInstaller : public Installer

Inheritance Hierarchy

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

See Also