InstallerContext Class

Definition

Represents the context for a given installer.

public ref class InstallerContext
public class InstallerContext
type InstallerContext = class
Public Class InstallerContext
Inheritance
InstallerContext

Remarks

An InstallerContext instance is passed to the InstallManager to provide the details needed to provide both UI and functionality to Web Platform Installer.

Properties

Id
InstallationState

Gets or sets the current state of the installation process.

Installer

Gets the Installer associated with the current context.

InstallStateDetails

Gets or sets a string that provides details about the current installation state.

LogFileDirectory

Gets or sets a string that contains the physical log file directory path.

ProductName

Gets or sets the product name.

ReturnCode

Gets or sets the install return code associated with the current installer context.

Applies to