When overridden in a derived class, performs the installation.

Namespace:  Phoenix.Services
Assembly:  phoenixservices (in phoenixservices.exe) Version: 2.9.3209.25658 (2.9.0.0)

Syntax

C#
public override void Install(
	IDictionary stateSaver
)

Parameters

stateSaver
Type: System.Collections..::.IDictionary
An IDictionary used to save information needed to perform a commit, rollback, or uninstall operation.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe stateSaver parameter is null.
System..::.ExceptionAn exception occurred in the BeforeInstall event handler of one of the installers in the collection.-or- An exception occurred in the AfterInstall event handler of one of the installers in the collection.

See Also