Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

.NET COM Interop


3 replies to this topic

PatrickJ

PatrickJ
  • Members
  • 8 posts

Posted 29 July 2005 - 15:57

Hello,
i wrote COM Addin using .NET. Beside my .NET DLLs there is one typelib (COM Interop) to install. I do not see how this can be done.

The typelib seems to be partially installed. As far as I can see, all the classes from within the typelib are not registered. Do I have to do all this my self?

I tried to build up a setup with Visual Studio (Installer Project) and everything works fine. The Typelibs Register property is set do vsdrfCOM.

How can this be achieved using installshield?

Kind regards
Patrick

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 29 July 2005 - 16:22

Are you attaching this type lib to multiple features? That doesn't work reliably (Windows Installer design limitation). Make sure your typelib is connected only to a single feature.

PatrickJ

PatrickJ
  • Members
  • 8 posts

Posted 29 July 2005 - 16:24

No, I have not assigned anything to a feature and the typelib is assigned to only one Component. :-(

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 29 July 2005 - 16:36

And that component is only attached to one feature?
I'm sorry, in this case I'm out of ideas.