LibInstaller..::..Commit Method
It completes the install transaction.
Namespace:
CAS.Lib.CodeProtectAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
public void Commit( IDictionary savedState )
Public Sub Commit ( _ savedState As IDictionary _ )
public: void Commit( IDictionary^ savedState )
Parameters
- savedState
- Type: IDictionary
An IDictionary that contains the state of the computer after all the installers in the collection have run.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The savedState parameter is null. -or- The saved-state IDictionary might have been corrupted. |
InstallException | An exception occurred during the Commit(System.Collections.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. |