Installer Constructor |
Initializes a new instance of the Installer class. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
Context |
Gets or sets information about the current installation. |
HelpText |
Gets the help text for all the installers in the installer collection. |
Installers |
Gets the collection of installers that this installer contains. |
Parent |
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 |
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 the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
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 |
When overridden in a derived class, performs the installation. |
Rollback |
When overridden in a derived class, restores the pre-installation state of the computer. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Uninstall |
When overridden in a derived class, removes an installation. |
AfterInstall |
Occurs after the Install methods of all the installers in the Installers property have run. |
AfterRollback |
Occurs after the installations of all the installers in the Installers property are rolled back. |
AfterUninstall |
Occurs after all the installers in the Installers property perform their uninstallation operations. |
BeforeInstall |
Occurs before the Install method of each installer in the installer collection has run. |
BeforeRollback |
Occurs before the installers in the Installers property are rolled back. |
BeforeUninstall |
Occurs before the installers in the Installers property perform their uninstall operations. |
Committed |
Occurs after all the installers in the Installers property have committed their installations. |
Committing |
Occurs before the installers in the Installers property 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 (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) |
Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
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 |
Raises the AfterInstall event. |
OnAfterRollback |
Raises the AfterRollback event. |
OnAfterUninstall |
Raises the AfterUninstall event. |
OnBeforeInstall |
Raises the BeforeInstall event. |
OnBeforeRollback |
Raises the BeforeRollback event. |
OnBeforeUninstall |
Raises the BeforeUninstall event. |
OnCommitted |
Raises the Committed event. |
OnCommitting |
Raises the Committing event. |