Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 2 답장
  • 3 이 문제를 만남
  • 3 보기
  • 최종 답변자: 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!