The InstallerInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InstallerInfo()()()() |
This Constructor creates a new InstallerInfo instance
|
![]() | InstallerInfo(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
|
![]() | InstallerInfo(String, InstallMode) |
This Constructor creates a new InstallerInfo instance from a
string representing the physical path to the root of the site
|
![]() | InstallerInfo(PackageInfo, String) |
This Constructor creates a new InstallerInfo instance from a PackageInfo object
|
![]() | InstallerInfo(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
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
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
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
|