Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
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 administration interface 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