Closed
Bug 319443
Opened 20 years ago
Closed 20 years ago
Firefox installer writes incorrect GeckoVer value to registry
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: RyanVM)
Details
Attachments
(1 file, 1 obsolete file)
|
900 bytes,
patch
|
Details | Diff | Splinter Review |
After Gecko 1.8 branched from the trunk, GREVersion was never updated in installer.cfg from 1.7.5 to 1.8 to reflect the version change. It should be noted that installer.cfg on the trunk has been updated to 1.9a like it should be.
I'll submit a patch for this in a bit.
| Assignee | ||
Updated•20 years ago
|
Severity: normal → minor
| Assignee | ||
Comment 1•20 years ago
|
||
Update GeckoVer value to 1.8.0 on 1.8.0.x branch
Attachment #226739 -
Flags: review?(robert.bugzilla)
| Assignee | ||
Comment 2•20 years ago
|
||
Update GREVersion value to 1.8.1 on 1.8.1 branch
Attachment #226740 -
Flags: review?(robert.bugzilla)
Comment 3•20 years ago
|
||
Ryan, that is for the xpinstall based installer and is not used by the NSIS installer. The xpinstall based installer also wrote these values to the Software\Mozilla\AppName AppVer\GeckoVer and Software\Mozilla\AppName\(Default) keys and the NSIS installer writes the correct version in these two registry locations. I asked dveditz specifically about the Software\Mozilla\CurrentVersion key which the xpinstall based installer writes to and was told that apps shouldn't be writing to this location which the NSIS installer does not.
cc'ing dveditz to verify that my take on this is correct.
Comment 4•20 years ago
|
||
Benjamin, could you take a look at my comment #3 to see if my take on this is valid? Thanks.
Comment 5•20 years ago
|
||
This is fixed by the NSIS installer on 1.8 and trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 6•20 years ago
|
||
Comment on attachment 226739 [details] [diff] [review]
1.8.0.x Branch patch
Ryan, I really don't know the xpinstall based installer well enough to review the patch for 1.8.0.x or to make the call whether it should be removed from the xpinstall based installer so I am clearing the review.
Attachment #226739 -
Flags: review?(robert.bugzilla)
Comment 7•20 years ago
|
||
Comment on attachment 226740 [details] [diff] [review]
1.8.1 Branch patch
This is already fixed with the NSIS installer as so clearing the review and obsoleting
Attachment #226740 -
Attachment is obsolete: true
Attachment #226740 -
Flags: review?(robert.bugzilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•