Installer Constructor | Initializes a new instance of the Installer class. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
Context (inherited from Installer) | Gets or sets information about the current installation. |
HelpText (inherited from Installer) | Gets the help text for all the installers in the installer collection. |
Installers (inherited from Installer) | Gets the collection of installers that this installer contains. |
Parent (inherited from Installer) | Gets or sets the installer containing the collection that this installer belongs to. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
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 |
AfterInstall (inherited from Installer) | Occurs after the Install methods of all the installers in the Installers property have run. |
AfterRollback (inherited from Installer) | Occurs after the installations of all the installers in the Installers property are rolled back. |
AfterUninstall (inherited from Installer) | Occurs after all the installers in the Installersproperty perform their uninstallation operations. |
BeforeInstall (inherited from Installer) | Occurs before the Install method of each installer in the installer collection has run. |
BeforeRollback (inherited from Installer) | Occurs before the installers in the Installers property are rolled back. |
BeforeUninstall (inherited from Installer) | Occurs before the installers in the Installers property perform their uninstall operations. |
Committed (inherited from Installer) | Occurs after all the installers in the Installers property have committed their installations. |
Committing (inherited from Installer) | Occurs before the installers in the Installersproperty committ their installations. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Dispose | Overloaded. 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. |
Installer Class | CassiniConfiguration Namespace