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. C / C++ / MFC
  4. Registry Operations

Registry Operations

Scheduled Pinned Locked Moved C / C++ / MFC
questionwindows-admin
5 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.
  • U Offline
    U Offline
    udayakumar
    wrote on last edited by
    #1

    Hello I would like to know how we can get all sub keys under a parent key. Say , i want to get the list of all keys in \HKEY_CURRENT_USER\SOFTWARE.Ultimately i want find the software installed in a machine.So how can i proceed? Is there any other way like doing the same opreations using INI files? Please do reply. Thanks in Advance Uday

    T A 2 Replies Last reply
    0
    • U udayakumar

      Hello I would like to know how we can get all sub keys under a parent key. Say , i want to get the list of all keys in \HKEY_CURRENT_USER\SOFTWARE.Ultimately i want find the software installed in a machine.So how can i proceed? Is there any other way like doing the same opreations using INI files? Please do reply. Thanks in Advance Uday

      T Offline
      T Offline
      Tomasz Sowinski
      wrote on last edited by
      #2

      udayakumar wrote: I would like to know how we can get all sub keys under a parent key. Use RegEnumKeyEx. Tomasz Sowinski -- http://www.shooltz.com

      1 Reply Last reply
      0
      • U udayakumar

        Hello I would like to know how we can get all sub keys under a parent key. Say , i want to get the list of all keys in \HKEY_CURRENT_USER\SOFTWARE.Ultimately i want find the software installed in a machine.So how can i proceed? Is there any other way like doing the same opreations using INI files? Please do reply. Thanks in Advance Uday

        A Offline
        A Offline
        Abhishek Narula
        wrote on last edited by
        #3

        Use Instalshield .. it ll do all these kinds of job , with a predefine standard interface. Abhishek Narula "Learn to appreciate others ... World would appreciate you"

        A 1 Reply Last reply
        0
        • A Abhishek Narula

          Use Instalshield .. it ll do all these kinds of job , with a predefine standard interface. Abhishek Narula "Learn to appreciate others ... World would appreciate you"

          A Offline
          A Offline
          Abhishek Narula
          wrote on last edited by
          #4

          Oh I am Sorry .. I didnt read the question correctly . RegEnumKey is the right answer. Infact enumerate the following key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall you ll get the list of all Uninstable Softwares Hope that serves Abhishek Narula "Learn to appreciate others ... World would appreciate you"

          U 1 Reply Last reply
          0
          • A Abhishek Narula

            Oh I am Sorry .. I didnt read the question correctly . RegEnumKey is the right answer. Infact enumerate the following key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall you ll get the list of all Uninstable Softwares Hope that serves Abhishek Narula "Learn to appreciate others ... World would appreciate you"

            U Offline
            U Offline
            udayakumar
            wrote on last edited by
            #5

            I tried with this still i could not make out. If you dont mind can u tell me where can i get the install shield code. If you have any cah i get that. Regards Uday

            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