Closed
Bug 485414
Opened 16 years ago
Closed 16 years ago
3.0.8 installs over 3.1.b3 if the later is present
Categories
(Firefox :: Installer, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 428571
People
(Reporter: tracy, Unassigned)
Details
(Keywords: smoketest)
seen with build2: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
STR:
1) Clean Install 3.1.b3 (it will create "Mozilla Firefox 3.1 Beta 3" directory for the app)
2) Shut down 3.1beta3 then install 3.0.8 build2
tested results: the 3.0.8 build installs into the Mozilla Firefox 3.1 Beta 3 diectory
expected results:
3.0.8 installs into "Mozilla Firefox' directory
Note: if the beta3 directory is not present, 3.0.8 correctly installs to Mozilla Firefox
![]() |
||
Comment 1•16 years ago
|
||
I'm quite sure that we've always done this in regards to beta builds being installed over by release builds afaik. Removing regression keyword but I'll gladly add it back if a regression range is provided.
There is a wontfix bug this is dupe of that explains that we would have to add code to handle beta's differently which would be a one-off that could adversely affect people that don't use beta builds especially since the code path wouldn't be touched all that often as well as cause firedrills if the code breaks.
Keywords: regression
Whiteboard: DUPEME
Reporter | ||
Comment 2•16 years ago
|
||
It's installing *into* the beta directory. "Mozilla Firefox 3.1 Beta 3" doesn't get changed to Mozilla Firefox. Is that OK?
Comment 3•16 years ago
|
||
(In reply to comment #1)
> I'm quite sure that we've always done this in regards to beta builds being
> installed over by release builds afaik. Removing regression keyword but I'll
> gladly add it back if a regression range is provided.
>
> There is a wontfix bug this is dupe of that explains that we would have to add
> code to handle beta's differently which would be a one-off that could adversely
> affect people that don't use beta builds especially since the code path
> wouldn't be touched all that often as well as cause firedrills if the code
> breaks.
yup : Bug 428571
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
![]() |
||
Comment 4•16 years ago
|
||
(In reply to comment #2)
> It's installing *into* the beta directory. "Mozilla Firefox 3.1 Beta 3" doesn't
> get changed to Mozilla Firefox. Is that OK?
It will work fine from the beta directory as long as the removed files list has been updated which is usually done prior to the official release. Ideally the beta user would perform an uninstall before installing the release. Since the xpinstall days the installers detect if there is a single existing install of the app and then installs into that directory. To fix this either that would have to be removed or comment #1 would have to be implemented which creates risk to fix the incorrect directory for beta users.
Reporter | ||
Comment 5•16 years ago
|
||
ok, yeah and most users aren't on the beta track *and* going back to Fx.X-1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•