Share via


DeploymentAction enumeration

Defines the action for which an update is explicitly deployed.

Syntax

typedef enum  { 
  daNone            = 0,
  daInstallation    = 1,
  daUninstallation  = 2,
  daDetection       = 3
} DeploymentAction;

Constants

  • daNone
    No explicit deployment action is specified on the update. The update inherits the value from its bundled updates.

  • daInstallation
    The update should be installed on the computer and/or for the specified user.

  • daUninstallation
    The update should be uninstalled from the computer and/or for the specified user.

  • daDetection
    The update is deployed only to determine the applicability of the update. The update will not be installed.

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3 [desktop apps only]

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]

Header

Wuapi.h

IDL

Wuapi.idl