Registration the TLB of .NET-COM-Assemblies (Interop)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I must register and unregister the TLB-File of a .NET-COM-Assemblies
(Interop).

To do that I can not use whether the Microsoft-Tool REGASM.EXE nor
Windows-Installer. I can use only WIN32-API or .NET-class-library.
With RegistrationService of .NET is only the standard-COM-registration
possible.

Does someone know another way to register and unregister the TLBs, maybe by
directly using of the WIN32-API?

Thanks in advance.
 
Does someone know another way to register and unregister the TLBs, maybe by
directly using of the WIN32-API?

Sounds like you're looking for the RegisterTypeLib function.


Mattias
 
Back
Top