When overridden in a derived class, completes the install transaction.

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

Syntax

C#
public override void Commit(
	IDictionary savedState
)

Parameters

savedState
Type: System.Collections..::.IDictionary
An IDictionary that contains the state of the computer after all the installers in the collection have run.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe savedState parameter is null.-or- The saved-state IDictionary might have been corrupted.
System.Configuration.Install..::.InstallExceptionAn exception occurred during the Commit(IDictionary) phase of the installation. This exception is ignored and the installation continues. However, the application might not function correctly after the installation is complete.

See Also