I can find out where Firefox is installed as follows; query this key to get the current version:
HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox
CurrentVersion
… then query this key to get the installed path (where “nnn” is the version number obtained above):
HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\nnn\Main
Install Directory
But I can’t work out how to find where IE is installed. What key or keys will work on Windows XP, Windows Server 2003, and later?
1 Answer