deploymentAction 列舉 (wuapi.h)
定義明確部署更新的動作。
Syntax
typedef enum tagDeploymentAction {
daNone = 0,
daInstallation = 1,
daUninstallation = 2,
daDetection = 3,
daOptionalInstallation = 4
} DeploymentAction;
常數
daNone 值: 0 更新上未指定任何明確的部署動作。 更新會繼承其配套更新中的值。 |
daInstallation 值: 1 更新應該安裝在計算機和/或指定的使用者。 |
daUninstallation 值: 2 更新應該從計算機和/或為指定的使用者卸載。 |
daDetection 值: 3 更新只會部署,以判斷更新的適用性。 不會安裝更新。 |
daOptionalInstallation 值: 4 更新可以安裝在計算機和/或指定的使用者。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003、具有 SP3 的 Windows 2000 Server [僅限傳統型應用程式] |
標頭 | wuapi.h |