Installed application on computer
-
Does anyone know how to find installed application on computer, like application listed in Add/Remove programs icon. Thank's a lot.
Add/Remove stores the list in the Registry. You can read from the same location to find the apps installed. On 2000 the path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall Deepak Khajuria
-
Does anyone know how to find installed application on computer, like application listed in Add/Remove programs icon. Thank's a lot.
Look up this Registry Key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall Nish
-
Add/Remove stores the list in the Registry. You can read from the same location to find the apps installed. On 2000 the path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall Deepak Khajuria
-
Ok, Thank's a lot everybody. But now my other problem is how to find "the start program file" for each entry (i have just the uninstall program in this registry key). Sorry for my english :(
Uninstall branch in the registry doesn't contain filenames of application itself - note that sometimes one uninstall removes more than one .exe. Depending on your definition of 'installed applications' you should look elsewhere. Maybe you should just scan the start menu? Tomasz Sowinski -- http://www.shooltz.com
-
Uninstall branch in the registry doesn't contain filenames of application itself - note that sometimes one uninstall removes more than one .exe. Depending on your definition of 'installed applications' you should look elsewhere. Maybe you should just scan the start menu? Tomasz Sowinski -- http://www.shooltz.com