The IUIEventCls::RunInstallProgram method, in Configuration Manager, is called when a user selects an optional program to run from Add or Remove Programs or Run Advertised Programs.

[IDL]
HRESULT RunInstallProgram(
BSTR sProgramID,
BSTR sPackageID,
BOOL bInstallsApp
);

Parameters

sProgramID


Data type: BSTRQualifiers: [in]The program ID.
sPackageID


Data type: BSTRQualifiers: [in]The package ID.
bInstallsApp


Data type: LongQualifiers: [in]Value indicating the application to run.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.