This Constructor creates a new InstallerInfo 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 InstallerInfo(
	string tempFolder,
	string manifest,
	string sitePath
)
Visual Basic
Public Sub New ( 
	tempFolder As String,
	manifest As String,
	sitePath As String
)

Parameters

tempFolder
Type: System..::..String
The physical path to the zip file containg the package
manifest
Type: System..::..String
The manifest filename
sitePath
Type: System..::..String
The physical path to the root of the site

See Also