The InstallerInfo type exposes the following members.

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