08-31-2008 01:32 AM
09-02-2008 08:54 AM
Hello Zidz,
Could you give me some more information about what you are trying to do? Are you trying to get a list of the programs installed on the computer? I do not understand what you mean by "in uninstall path of registry", please explain so I can assist you further.
09-02-2008 11:56 PM - edited 09-02-2008 11:57 PM
hi David, thnx for ur reply... n ya i want to get details of installed programs that appear in add/remove programs of the system.
i found that all those are listed under HKLM\Software\microsoft\windows\currentversion\uninstall path in registry. this is what i
meant by uninstall. but, in this, i get only install location and not the exact exe name of the softwares installed. do u have any idea on this.
And also, is there any way as to identify whether the installed program is application or server program?
09-03-2008 05:01 PM
Hello Zidz,
I am betting that the Windows SDK would be useful here. It's also possible that you could use C++ to search file names for .exe extensions in those folders. Measurement Studio does not add this functionality to C++, a great resource for the C++ side of things is MSDN or a number of other places.
09-04-2008 12:28 AM