Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. How to enter CLSID in registry?

How to enter CLSID in registry?

Scheduled Pinned Locked Moved COM
windows-admintutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SanjaySMK
    wrote on last edited by
    #1

    Hello, Even after making all the possible changes in the InstallShield, I am still not able to get the CLSID in the registry while installing a software. What changes do I have to make in the InstallShield to get it done or how to enter CLSID in the registry? thanks in advance.

    Software Developer Sanjay Khapre

    G L 2 Replies Last reply
    0
    • S SanjaySMK

      Hello, Even after making all the possible changes in the InstallShield, I am still not able to get the CLSID in the registry while installing a software. What changes do I have to make in the InstallShield to get it done or how to enter CLSID in the registry? thanks in advance.

      Software Developer Sanjay Khapre

      G Offline
      G Offline
      Garth J Lancaster
      wrote on last edited by
      #2

      if its a COM component you usually call/use regsvr32 :- http://support.microsoft.com/kb/249873[^] 'g'

      1 Reply Last reply
      0
      • S SanjaySMK

        Hello, Even after making all the possible changes in the InstallShield, I am still not able to get the CLSID in the registry while installing a software. What changes do I have to make in the InstallShield to get it done or how to enter CLSID in the registry? thanks in advance.

        Software Developer Sanjay Khapre

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        If you are asking how to progmatically register the COM objects its quite easy. You simply need to call DllRegisterServer[^] for each library and the registry entries for all classes should be entered into the registry. Some additional documentation: INFO: How Regsvr32.exe Registers and Unregisters COM DLLs[^] Best Wishes, -David Delaune

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups