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).]
Using the RemoteComponentUtil object, you can program your application to pull remote components from a package on a remote server. Instantiate this object by calling GetUtilInterface on a RemoteComponents collection. This utility administration interface supports the following methods.
Method | Description |
---|---|
InstallRemoteComponent | Pulls remote components from a package on a remote server. Supply the package ID and CLSID. |
InstallRemoteComponentByName | Pulls remote components from a package on a remote server. Supply the package name and ProgID. |
See Also
GetUtilInterface Method (CatalogCollection), MTS Catalog Object, MTS CatalogObject Object, MTS CatalogCollection Object, MTS PackageUtil Object, MTS ComponentUtil Object, MTS RoleAssociationUtil Object