This Constructor creates a new Installer instance from a string representing the physical path to the temporary install folder and a string representing the physical path to the root of the site

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

Syntax

C#
public Installer(
	string tempFolder,
	string manifest,
	string physicalSitePath,
	bool loadManifest
)
Visual Basic
Public Sub New ( 
	tempFolder As String,
	manifest As String,
	physicalSitePath As String,
	loadManifest As Boolean
)

Parameters

tempFolder
Type: System..::..String
The physical path to the zip file containg the package
manifest
Type: System..::..String
The manifest filename
physicalSitePath
Type: System..::..String
The physical path to the root of the site
loadManifest
Type: System..::..Boolean
Flag that determines whether the manifest will be loaded

See Also