Results 1 to 3 of 3

Thread: Register Com COmponent

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2006
    Posts
    91

    Register Com COmponent

    hi i am developing an Application in c# which is using COM Component


    I made in installsheild to register COM COmponents in setup process

    its not getting registered in Windows Vista

    So i want to explicitly register dll in desired location like


    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00E67629-6425-4EEB-B876-49970E3D404F}


    thanks and regards
    VInay Kumar

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Register Com COmponent

    Don't you have to create a 'merge module' for registering COM components?

    If you really want to explicitly register it, use regsvr32. Yes, you can call it from code using System.Diagnostics.Process.Start()

  3. #3
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    Re: Register Com COmponent

    Com components/classes need are usually registered into a specific category. Try downloading OLE Viewer to see what I'm talking about...

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width