Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.83 KB

installupdates-method-in-class-ccm_softwareupdatesmanager.md

File metadata and controls

54 lines (41 loc) · 1.83 KB
title titleSuffix description ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
InstallUpdates Method
Configuration Manager
A Windows Management Instrumentation class method that installs software updates, which have been deployed to the client computer.
09/20/2016
sdk
configuration-manager
reference
32d00893-e70c-4dbf-b864-ed828b7d9487
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

InstallUpdates Method in Class CCM_SoftwareUpdatesManager

The InstallUpdates WMI class method, in Configuration Manager, installs software updates that have been deployed to the client computer.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

Syntax

UInt32 InstallUpdates(  
     [IN]  CCM_SoftwareUpdate CCMUpdates[]  
);  

Parameters

CCMUpdates[]
Data type: CCM_SoftwareUpdate

Qualifiers: [in]

Array of software updates that are installed.

Return Values

A UInt32 data type that is 0 to indicate success or nonzero to indicate failure.

For information about handling returned errors, see About Configuration Manager Errors.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

CCM_SoftwareUpdatesManager Client WMI Class