Install C# DLL for COM

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
 

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