RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalog.InstallMultipleComponents Method

Installs components from multiple files into a COM+ application.

Pascal
procedure InstallMultipleComponents(const bstrApplIdOrName: WideString; var varFileNames: PSafeArray; var varCLSIDS: PSafeArray);
C++
__fastcall InstallMultipleComponents(const BSTR bstrApplIdOrName, PSafeArray varFileNames, PSafeArray varCLSIDS);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!