When overridden in a derived class, performs the installation.
Namespace:
Phoenix.ServicesAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The stateSaver parameter is null. |
| System..::.Exception | An 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. |
