Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines the action for which an update is explicitly deployed.
Syntax
typedef enum tagDeploymentAction {
daNone = 0,
daInstallation = 1,
daUninstallation = 2,
daDetection = 3,
daOptionalInstallation = 4
} DeploymentAction;
Constants
daNoneValue: 0 No explicit deployment action is specified on the update. The update inherits the value from its bundled updates. |
daInstallationValue: 1 The update should be installed on the computer and/or for the specified user. |
daUninstallationValue: 2 The update should be uninstalled from the computer and/or for the specified user. |
daDetectionValue: 3 The update is deployed only to determine the applicability of the update. The update will not be installed. |
daOptionalInstallationValue: 4 The update may be installed on the computer and/or for the specified user. |
Requirements
| Requirement | Value |
|---|---|
| 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 |