MTS ComponentUtil Object

Call the ComponentUtil object to install a component in a specific collection and import components registered as in-process servers. Create this object by calling GetUtilInterface on a ComponentsInPackage collection. This utility administrationinterface supports the following methods.

Method Description
InstallComponent Installs a component from a DLL.
ImportComponent Imports a component that is already registered as an in-process server. Supply the CLSID of the component.
ImportComponentByName Imports a component that is already registered as an in-process server. Supply the ProgID of the component.
GetCLSIDS Returns an array of installable CLSIDs in the DLL/type library. Note that changes are not made to the data store.

See Also

MTS Catalog Object, MTS CatalogObject Object, MTS CatalogCollection Object, MTS PackageUtil Object, MTS RemoteComponentUtil Object, MTS RoleAssociationUtil Object