Deployment Tools Foundation
ActionResult Enumeration
Specifies a return status value for custom actions.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public enum ActionResult
Public Enumeration ActionResult
public enum class ActionResult
Members| Member | Description |
|---|---|
| Success | Action completed successfully. |
| SkipRemainingActions | Skip remaining actions, not an error. |
| UserExit | User terminated prematurely. |
| Failure | Unrecoverable error or unhandled exception occurred. |
| NotExecuted | Action not executed. |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)