Service
|
The ServiceInstallerEx type exposes the following members.
Name | Description | |
---|---|---|
AfterInstall | Occurs after the Install(IDictionary) methods of all the installers in the Installers property have run. (Inherited from Installer) |
|
AfterRollback | Occurs after the installations of all the installers in the Installers property are rolled back. (Inherited from Installer) |
|
AfterUninstall | Occurs after all the installers in the Installers property perform their uninstallation operations. (Inherited from Installer) |
|
BeforeInstall | Occurs before the Install(IDictionary) method of each installer in the installer collection has run. (Inherited from Installer) |
|
BeforeRollback | Occurs before the installers in the Installers property are rolled back. (Inherited from Installer) |
|
BeforeUninstall | Occurs before the installers in the Installers property perform their uninstall operations. (Inherited from Installer) |
|
Committed | Occurs after all the installers in the Installers property have committed their installations. (Inherited from Installer) |
|
Committing | Occurs before the installers in the Installers property committ their installations. (Inherited from Installer) |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component) |