The GetInstaller method instantiates the relevant Component Installer

Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static ComponentInstallerBase GetInstaller(
	string installerType
)
Visual Basic
Public Shared Function GetInstaller ( 
	installerType As String
) As ComponentInstallerBase

Parameters

installerType
Type: System..::..String
The type of Installer

Return Value

returnsM:DotNetNuke.Services.Installer.Installers.InstallerFactory.GetInstaller(System.String)

See Also