Vcl.CmAdmCtl.TCOMAdminCatalog.InstallMultipleComponents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InstallMultipleComponents(const bstrApplIdOrName: WideString;  var varFileNames: PSafeArray; var varCLSIDS: PSafeArray);

C++

void __fastcall InstallMultipleComponents(const System::WideString bstrApplIdOrName, Winapi::Activex::PSafeArray &varFileNames, Winapi::Activex::PSafeArray &varCLSIDS);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Description

Installs components from multiple files into a COM+ application.

InstallMultipleComponents installs the components in the specified files into the specified COM+ application.

bstrApplIdOrName is the name or GUID that represents the application into which to install the components.

varFileNames is an array of strings, where each string is the name of a .dll file that implements the components to install.

varCLSIDS is an array of Variants holding CLSIDs for the components to install.

See Also