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

An installer for a Visual Studio add-in.

NOTE: If you make changes to this class, also make the same changes in: - CoreTools\NTier.VSSilverlightShadowAssistant\Installers\VSAddInRegistryInstaller.cs - Designer\NTier.Designer\Installers\VSAddInRegistryInstaller.cs

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

Syntax

C#
public abstract class VSAddInRegistryInstaller : InstallerReportUnauthorizedAccess
Visual Basic
Public MustInherit Class VSAddInRegistryInstaller
	Inherits InstallerReportUnauthorizedAccess
Visual C++
public ref class VSAddInRegistryInstaller abstract : public InstallerReportUnauthorizedAccess

Inheritance Hierarchy

See Also