Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

What registry key/value does Firefox 4+ write it's version info to on XP machines?

  • 2 одговорa
  • 3 имају овај проблем
  • 158 прегледа
  • Последњи одговор послао don123

more options

Can't find it under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. Normally XP machines have application info here.

Can't find it under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. Normally XP machines have application info here.

Изабрано решење

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\4+\Uninstall

Прочитајте овај одговор са објашњењем 👍 1

Сви одговори (2)

more options

Одабрано решење

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\4+\Uninstall

more options

Thanks ideato! The firefox 5 install on our test machine didn't write that registry key for some reason (and the browser was installed and functioning). After reverting the vm to a clean slate and reinstalling firefox 5, that key shows up now.

Also, for use in a script, I think HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\CurrentVersion may be the best place to look for the version because CurrentVersion contains the version number and a script needs a constant path.

Thanks Again!