|
-
August 31st, 2008, 02:06 AM
#1
to identify exe name
hi everyone.. m working on finding details on the installed programs in add/remove feature. i want to know as to how to find exe name for these installed programs with exact location details. can anyone help me on this
-
September 1st, 2008, 09:05 AM
#2
Re: to identify exe name
Programs can be installed in several ways.
A popular way is to use a "xxxxx.inf" file. It contains pieces of information about the installation. It has to respect rules established by MS in order to be used by the install/uninstall APIs of Windows.
So, I advise you to look for documentations about ".inf" files. But this is not a very simple subject, and sometimes softwares are installed without an ".inf" file. Good luck to you.
-
September 2nd, 2008, 01:32 AM
#3
Re: to identify exe name
It's done with COM (IEnumInstalledApps in google)
-
September 2nd, 2008, 05:36 AM
#4
Re: to identify exe name
That list can currently be found in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
However I'm pretty sure that this location could change in a future Windows release.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|