question about deployment of COM component

  • Thread starter Thread starter kathy
  • Start date Start date
K

kathy

I used the VB.NET build a COM component. My com has two
files: .dll, .tlb. If I just copy these two files to
user, how there register the com.

If I create a set up program. How I register?

After all, do I need distribute regasm.exe file to user ?
 
If you use a setup project, you just need to set the "Register" property of
the assembly or Project Output group to COM.
 
Back
Top