-
Hi Guys
I'm trying to knock up a little routine to check for the installation of certain windows apps and the specific versions, but i'm not quite sure how to go about it.
Do I get this info from the registry ???
Are there API calls I can use to do this ???
Any help will be much appreciated !!!
-
If you check the specific registry keys for that app, then you should be able to find out. Also look at: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
-
I like that its original
DocZaf
{;->