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!

UninstallAction Enumeration

An enum of what an installer can do at uninstall time. It can either remove the resource it created, restore the resource to its state before Install, or do nothing (leaving the resource as installed).

[Visual Basic]
Public Enum UninstallAction
[C#]
public enum UninstallAction
[C++]
public enum UninstallAction

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
NoAction [To be supplied.]
Remove [To be supplied.]

Requirements

Namespace: System.Configuration.Install

Assembly: System.Configuration.Install.dll

See Also

System.Configuration.Install Namespace