Install C# DLL for COM

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

Guest

Hello,

I have created a C# class library and a want to install it with the help of
a Visual Studio Setup project and register it for COM usage. During
development of the library it was no problem to register the resulting dll on
my computer by the option in the project settings. But in the installation
project it is not enough to set the property "Register" to "vsdrpCOM". What
do I have to do to make the library available for COM usage on another
computer. Is there any additional option in the installation project which
can register the dll or do I have to add some additional source code to my C#
class.

Thanks
 
Back
Top