NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Installer Events

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

Public:

AfterCommit Occurs after the installations handled by the installers in the InstallerCollection of this instance are committed.
AfterInstall Occurs after the Install methods of all the installers in the InstallerCollection of this instance have run.
AfterRollback Occurs after the installations handled by the installers in the InstallerCollection of this instance are rolled back.
AfterUninstall Occurs after the installations handled by the installers in the InstallerCollection of this instance are uninstalled.
BeforeCommit Occurs before the installations handled by the installers in the InstallerCollection of this instance are committed.
BeforeInstall Occurs before the installers in the InstallerCollection of this instance are run.
BeforeRollback Occurs before the installations handled by the installers in the InstallerCollection of this instance are rolled back.
BeforeUninstall Occurs before the installations handled by the installers in the InstallerCollection of this instance are uninstalled.

See Also

Installer Class | System.Configuration.Install Namespace