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.RemoveOnAfterUninstall

[To be supplied.]

[Visual Basic]
Overridable Public Sub RemoveOnAfterUninstall( _
   ByVal handler As InstallEventHandler _
)
[C#]
public virtual void RemoveOnAfterUninstall(
   InstallEventHandler handler
);
[C++]
public: virtual void RemoveOnAfterUninstall(
   InstallEventHandler* handler
);
[JScript]
public function RemoveOnAfterUninstall(
   handler : InstallEventHandler
);

Parameters

handler
[To be supplied.]

See Also

Installer Class | Installer Members | System.Configuration.Install Namespace