Where can I download the latest full version (not stub)?
I'm looking for the latest full version in several languages and not the Stub Version for offlline installation. Where can these be downloaded?
Valittu ratkaisu
millaard said
This is a link to the Stub version, not the full (offline install) version...
The mozilla.org/firefox/all page is indeed normally where you get the full offline setup for Windows.
Odd that they are now serving the disliked stub installer for Windows on that page also for 36.0.4
Try this instead. http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/latest/win32/ as you just pick your language and the much larger .exe file without stub in name.
Lue tämä vastaus kontekstissaan 👍 2Kaikki vastaukset (6)
the-edmeister said
https://www.mozilla.com/en-US/firefox/all.html
This is a link to the Stub version, not the full (offline install) version...
Valittu ratkaisu
millaard said
This is a link to the Stub version, not the full (offline install) version...
The mozilla.org/firefox/all page is indeed normally where you get the full offline setup for Windows.
Odd that they are now serving the disliked stub installer for Windows on that page also for 36.0.4
Try this instead. http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/latest/win32/ as you just pick your language and the much larger .exe file without stub in name.
Muokattu
Hmm I think it may be due to preparing for Win64 Firefox in near future (Firefox 38.0) by possibly having a stub installer for both Win32 and Win64 even.
Bug 1140411 - figure out what to do with win64 + stub installers
You can copy the firefox-stub link for Windows via the right-click context menu to the clipboard and change firefox-stub to firefox-latest after pasting the link in the location bar.
- https://www.mozilla.org/en-US/firefox/all/
- https://download.mozilla.org/?product=firefox-latest&os=win&lang=en-US
Here is a simple bookmarklet that changes the links on the page.
javascript:(function(){var e=document.querySelectorAll("a[href*=\"os=win"]"),E,i;for(i=0;E=e[i];i++){E.setAttribute("href",E.getAttribute("href").replace(/stub/,"latest"));}})()
Muokattu
The full offline setups for Windows is back on www.mozilla.org/firefox/all as it was not intentional to have stubs listed there as it was a unintended change due to doing something else.