Register the DLL with COM+ on computer A. Export the 'application', which should generate the MSI (install) file which you then run on computer B. You may then use CreateObject (don't specify a server name) on computer B to activate the component on computer A


Tom