I have a project which creates an instance of an activex.exe. I am able to run it on the pc where the activeX was created but when I create an exe version of my project and copy it (and the activeX.exe) to another pc (which also has Vb installed in it), the program gives me the following error.

"ActiveX component can't create object".

I believe this is because the ActiveX is not registered on the 2nd machine. I have tried to insert a registry key for the ActiveX manually using the regedit but that doesn't seem to work.

I would like some help on how to register ActiveX.exe on a Win NT machine (if that in fact is the nature of my problem). Otherwise, I'd like some analysis on the type of error I am gettting.

Thank You.