Raises the OnAfterInstall event.
[Visual Basic] Overridable Protected Sub OnAfterInstall( _ ByVal savedState As IDictionary _ ) [C#] protected virtual void OnAfterInstall( IDictionary savedState ); [C++] protected: virtual void OnAfterInstall( IDictionary* savedState ); [JScript] protected function OnAfterInstall( savedState : IDictionary );
This method is called after the Install methods of all the installers in this instance's InstallerCollection have run.
Raising the event invokes an event-handling method through a delegate. For an overview, see EventTopicTBD.
Notes to Inheritors: When overriding OnAfterInstall in a derived class, be sure to call the base class's OnAfterInstall method.
Installer Class | Installer Members | System.Configuration.Install Namespace | OnAfterCommit | OnAfterRollback | OnAfterUninstall | OnBeforeCommit | OnBeforeInstall | OnBeforeRollback | OnBeforeUninstall