Closed
Bug 1120124
Opened 10 years ago
Closed 9 years ago
Win64 installer defaulting to C:\Program Files (x86)
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
FIXED
Firefox 46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: bugzilla, Assigned: molly)
References
Details
Attachments
(1 file)
When I installed today's Win64 nightly, the installer provided a default path of c:\Program Files (x86)\Nightly. I already had 32-bit nightly installed; I'm not sure if that was a contributing factor or not...
Comment 1•10 years ago
|
||
I've seen that happen when there was an x64 install in Program Files (x86) due to the code that detects a previous install so new installs install into the same directory. Try uninstalling and then running the installer again.
Comment 2•10 years ago
|
||
(In reply to Robert Strong [:rstrong] (use needinfo to contact me) from comment #1)
> I've seen that happen when there was an x64 install in Program Files (x86)
> due to the code that detects a previous install so new installs install into
> the same directory. Try uninstalling and then running the installer again.
Flags: needinfo?(aklotz)
(In reply to Robert Strong [:rstrong] (use needinfo to contact me) from comment #1)
> I've seen that happen when there was an x64 install in Program Files (x86)
> due to the code that detects a previous install so new installs install into
> the same directory. Try uninstalling and then running the installer again.
I have the same issue but my existing installation in Program Files (x86) is 32bit
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mhowell
Assignee | ||
Comment 5•9 years ago
|
||
Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default. r?rstrong
Attachment #8685684 -
Flags: review?(robert.strong.bugs)
Comment 6•9 years ago
|
||
Seeing this as well today. Installed https://ftp.mozilla.org/pub/firefox/releases/latest/win64/en-US/Firefox%20Setup%2042.0.exe and it offered to install to "C:\Program Files (x86)\Firefox", when that location contains a 32-bit stable channel installation.
Comment 7•9 years ago
|
||
Comment on attachment 8685684 [details]
MozReview Request: Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default; r?rstrong
https://reviewboard.mozilla.org/r/24871/#review25361
I believe you can use WordFind as is used elsewhere in the code instead of a custom function.
Attachment #8685684 -
Flags: review?(robert.strong.bugs)
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8685684 [details]
MozReview Request: Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default; r?rstrong
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/24871/diff/1-2/
Attachment #8685684 -
Attachment description: MozReview Request: Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default. r?rstrong → MozReview Request: Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default; r?rstrong
Attachment #8685684 -
Flags: review?(robert.strong.bugs)
Comment 9•9 years ago
|
||
Comment on attachment 8685684 [details]
MozReview Request: Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default; r?rstrong
https://reviewboard.mozilla.org/r/24871/#review26533
Nicely done!
Attachment #8685684 -
Flags: review?(robert.strong.bugs) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(aklotz)
Comment 10•9 years ago
|
||
Keywords: checkin-needed
Comment 11•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Updated•9 years ago
|
QA Whiteboard: [good first verify]
Comment 13•9 years ago
|
||
[bugday-20160323]
Status: RESOLVED,FIXED -> VERIFIED
Comments:
On Windows 7 SP1 x86-64, it is pointing to x86 program files.
Component:
Name Firefox
Version 46.0b4
Build ID 20160322075646
Update Channel beta
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
OS Windows 7 SP1 x86_64
Actual Results:
As expected
Expected Results:
Location of installer by default has not changed.
You need to log in
before you can comment on or make changes to this bug.
Description
•