The InstallerInfo type exposes the following members.

Constructors

  NameDescription
Public methodInstallerInfo()()()()
This Constructor creates a new InstallerInfo instance
Public methodInstallerInfo(Stream, String)
This Constructor creates a new InstallerInfo instance from a Stream and a string representing the physical path to the root of the site
Public methodInstallerInfo(String, InstallMode)
This Constructor creates a new InstallerInfo instance from a string representing the physical path to the root of the site
Public methodInstallerInfo(PackageInfo, String)
This Constructor creates a new InstallerInfo instance from a PackageInfo object
Public methodInstallerInfo(String, String, String)
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

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Public propertyAllowableFiles
Gets and sets a list of allowable file extensions (in addition to the Host's List)
Public propertyFiles
Gets a Dictionary of Files that are included in the Package
Public propertyHasValidFiles
Gets whether the package contains Valid Files
Public propertyIgnoreWhiteList
Gets and sets whether the File Extension WhiteList is ignored
Public propertyInstalled
Gets whether the Package is already installed with the same version
Public propertyInstallMode
Gets the InstallMode
Public propertyInvalidFileExtensions
Gets the Invalid File Extensions
Public propertyIsLegacyMode
Gets whether the Installer is in legacy mode
Public propertyIsValid
Gets whether the InstallerInfo instance is Valid
Public propertyLegacyError
Gets the associated Logger
Public propertyLog
Gets the associated Logger
Public propertyManifestFile
Gets and Sets the Manifest File for the Package
Public propertyPackageID
Gets the Id of the package after installation (-1 if fail)
Public propertyPhysicalSitePath
Gets the Physical Path to the root of the Site (eg D:\Websites\DotNetNuke")
Public propertyPortalID
Gets the Id of the current portal (-1 if Host)
Public propertyRepairInstall
Gets and sets whether the Package Install is being repaird
Public propertySecurityAccessLevel
Gets and sets the security Access Level of the user that is calling the INstaller
Public propertyTempInstallFolder
Gets the Temporary Install Folder used to unzip the archive (and to place the backups of existing files) during InstallMode

See Also