Register a .net type library in client machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priravi
    New Member
    • May 2007
    • 11

    Register a .net type library in client machine

    Hi,

    I wanted to use a .net dll in C++ .. so in the development machine i have used visualstudio200 3 set the cominterop to true and created type library and refered it in C++... it works fine...

    but how could i do the same in target machines for users ..we are using installshield4. 5 for deployments....

    are there any scripts that i could write which will do the same process that visual studio has done for registration
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    What did you have visual studio do?
    If you set COM interopt to true, its changes out the DLL is built so that it can be used like a COM dll, do you need to do anything more?

    Comment

    • priravi
      New Member
      • May 2007
      • 11

      #3
      in my development that is ok .. but when i have to installit in another machine if i just register the type library it's not creating any class infmn in the registry..
      so my methods couldn't be viewed.

      Comment

      Working...