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.

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

Parameters

CCMUpdates[]

Data type: CCM_SoftwareUpdateQualifiers: [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

Development Requirements

See Also