Deployment COM Interop question

S

Saurabh

Hello All,

I have a .NET component which needs to be deployed on the target machine so
that It can be exposed to the COM world. On the development machine, the
'register for com interop' setting when set to true, does the trick. When I
deploy it on a target machine (I am using Installshield Professional 6.3)
how do I register the assembly? Has anybody done it through installshield?
The other thing is when If I copy this assembly on the target machine, and
run regasm MyAssembly.dll, I can see the Object in the OLE / COM viewer but
not the interface which this object implements. Am I doing something wrong.
The tlb that is generated during the build is a separate file and its not
embedded in the dll.

Any inputs?
 
D

David Guyer [MS]

Set the Register property on your Assembly/Project Output Group in the
Setup project to vsdraCOM.
 
S

Saurabh

I am using Installshield Professional 6.3 and I could not find the property
to set which you have mentioned.

--Saurabh
 
D

David Guyer [MS]

I'm not very familiar with InstallShield... you should probably check with
them to see if they support registering .NET Assemblies for COM Interop.


---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Saurabh" <[email protected]>
References: <eLe3PQ5#[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top