ActionResult Enumeration

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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.dll) Version: 3.0.0.0 (3.9.1006.0)