[To be supplied.]
[Visual Basic] Overridable Public Sub RemoveOnBeforeInstall( _ ByVal handler As InstallEventHandler _ ) [C#] public virtual void RemoveOnBeforeInstall( InstallEventHandler handler ); [C++] public: virtual void RemoveOnBeforeInstall( InstallEventHandler* handler ); [JScript] public function RemoveOnBeforeInstall( handler : InstallEventHandler );
Installer Class | Installer Members | System.Configuration.Install Namespace