Represents the Configuration Manager 2007 console snap-in installer called by InstallUtil.exe to register the snap-in with the Microsoft Management Console registry area. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsSnapInInstaller

Syntax

Visual Basic
<ComVisibleAttribute(False)> _
<RunInstallerAttribute(False)> _
Public MustInherit Class SmsSnapInInstaller
		Inherits SnapInInstaller
C#
[ComVisibleAttribute(false)] 
[RunInstallerAttribute(false)] 
public abstract class SmsSnapInInstaller : SnapInInstaller
C++
[ComVisibleAttribute(false)] 
[RunInstallerAttribute(false)] 
public ref class SmsSnapInInstaller abstract : public SnapInInstaller
J#
/** @attribute ComVisibleAttribute(false) */ 
/** @attribute RunInstallerAttribute(false) */ 
public abstract class SmsSnapInInstaller extends SnapInInstaller
JScript
ComVisibleAttribute(false) 
RunInstallerAttribute(false) 
public abstract class SmsSnapInInstaller extends SnapInInstaller

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Configuration.Install.Installer
         Microsoft.ManagementConsole.SnapInInstaller
          Microsoft.ConfigurationManagement.AdminConsole.SmsSnapInInstaller

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also