Cassini Configuration API Documentation

Installer Methods

The methods of the Installer class are listed below. For a complete list of Installer class members, see the Installer Members topic.

Public Instance Methods

Commit (inherited from Installer) When overridden in a derived class, completes the install transaction.
CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
Install 
Rollback 
ToString (inherited from Component) 
Uninstall 

Protected Instance Methods

DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component) Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnAfterInstall (inherited from Installer) Raises the AfterInstall event.
OnAfterRollback (inherited from Installer) Raises the AfterRollback event.
OnAfterUninstall (inherited from Installer) Raises the AfterUninstall event.
OnBeforeInstall (inherited from Installer) Raises the BeforeInstall event.
OnBeforeRollback (inherited from Installer) Raises the BeforeRollback event.
OnBeforeUninstall (inherited from Installer) Raises the BeforeUninstall event.
OnCommitted (inherited from Installer) Raises the Committed event.
OnCommitting (inherited from Installer) Raises the Committing event.

See Also

Installer Class | CassiniConfiguration Namespace