I am new to using DCOM. I am developing using VB6.0 How do I remotely register a DCOM component without creating an installation "package" or using the install builder (this seems a bit too much)<br><br>I placed the DLL on the server and did a regsvr32 and on the client I left the VBR and the TLB files and ran CLIREG32 with all the parameters. <br><br>WHen I made a reference to the TLB in my VB project it did not give any errors but on the createobject call in my client machine code it gave me an error trying to create the object.<br><br>Has anyone else registered DCOM objects without creating a complete installation diskette or package?<br><br>thanks<br>mark