Registry Operations
-
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
-
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
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
-
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
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"
-
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"
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"
-
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"
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