The InstallerInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowableFiles |
Gets and sets a list of allowable file extensions (in addition to the Host's List)
| |
| Files |
Gets a Dictionary of Files that are included in the Package
| |
| HasValidFiles |
Gets whether the package contains Valid Files
| |
| IgnoreWhiteList |
Gets and sets whether the File Extension WhiteList is ignored
| |
| Installed |
Gets whether the Package is already installed with the same version
| |
| InstallMode |
Gets the InstallMode
| |
| InvalidFileExtensions |
Gets the Invalid File Extensions
| |
| IsLegacyMode |
Gets whether the Installer is in legacy mode
| |
| IsValid |
Gets whether the InstallerInfo instance is Valid
| |
| LegacyError |
Gets the associated Logger
| |
| Log |
Gets the associated Logger
| |
| ManifestFile |
Gets and Sets the Manifest File for the Package
| |
| PackageID |
Gets the Id of the package after installation (-1 if fail)
| |
| PhysicalSitePath |
Gets the Physical Path to the root of the Site (eg D:\Websites\DotNetNuke")
| |
| PortalID |
Gets the Id of the current portal (-1 if Host)
| |
| RepairInstall |
Gets and sets whether the Package Install is being repaird
| |
| SecurityAccessLevel |
Gets and sets the security Access Level of the user that is calling the INstaller
| |
| TempInstallFolder |
Gets the Temporary Install Folder used to unzip the archive (and to place the
backups of existing files) during InstallMode
|