The ExecutePrograms WMI class method, in Configuration Manager, manages downloads of legacy software distribution programs.

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

uint32 ExecutePrograms(
	 [IN]  CCM_Program CCMPrograms[],
	 [IN]  String SDKCallerId
);

Parameters

CCMPrograms[]

Data type: CCM_ProgramQualifiers: [in]Array of software distribution programs to download.
SDKCallerId

Data type: StringQualifiers: [in]Identifier of the caller.

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