Closed
Bug 272784
Opened 21 years ago
Closed 21 years ago
installer should create a registry entry with constant string throught versions
Categories
(Firefox :: Installer, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 247884
People
(Reporter: marekj1, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041122
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041122
If I want to upgrade firefox from 1.0rc1 to 1.0, after installing the latter I'm
getting 2 firefoxes to uninstall in add/remove programs list. this is because
it's written to the registry to another key with different version. namely: to
HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox
(1.0RC1)" and to HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (1.0)". it
should be writing to the same key in registry - that way only one instance of
firefox will show in add/remove programs. I propose: HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox"
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 247884 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: bugzilla → installer
You need to log in
before you can comment on or make changes to this bug.
Description
•