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.
Member Name | Description |
---|---|
NoAction | [To be supplied.] |
Remove | [To be supplied.] |
Namespace: System.Configuration.Install
Assembly: System.Configuration.Install.dll