How to check for installed application
-
Hi Guys, Can anyone guide me to check whether particular application is been installed on my machine or not thorugh coding (may be Windows API or MFC). Thanks in advance.
-
Hi Guys, Can anyone guide me to check whether particular application is been installed on my machine or not thorugh coding (may be Windows API or MFC). Thanks in advance.
-
Hi Guys, Can anyone guide me to check whether particular application is been installed on my machine or not thorugh coding (may be Windows API or MFC). Thanks in advance.
chirag_chauhan wrote:
Can anyone guide me to check whether particular application is been installed on my machine
This registry key holds some information ( Start->Run fetches commands from here )
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
This registry key also holds information on installed applications ("Open with" dialog fetches application names from here).HKEY_CLASSES_ROOT\Applications
Nibu thomas A Developer Programming tips[^] My site[^]
-
chirag_chauhan wrote:
Can anyone guide me to check whether particular application is been installed on my machine
This registry key holds some information ( Start->Run fetches commands from here )
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
This registry key also holds information on installed applications ("Open with" dialog fetches application names from here).HKEY_CLASSES_ROOT\Applications
Nibu thomas A Developer Programming tips[^] My site[^]
Thanks a lot!!!!
-
Hi Guys, Can anyone guide me to check whether particular application is been installed on my machine or not thorugh coding (may be Windows API or MFC). Thanks in advance.
Short of searching the entire disk(s), there's no sure-fire way of finding such information. You could look in places like HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths, but those are only as good as the applications themselves. An application is not required to update those registry keys.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb