ActionResult Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation ActionResult Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerActionResult
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) Version: 3.0.0.0 (3.5.1623.0)