Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

MY PC has NO communications capability. Can Firefox be purchased in CD form?

  • 2 përgjigje
  • 1 e ka hasur këtë problem
  • 8 parje
  • Përgjigjja më e re nga cor-el

more options

Downloading requires some form of communications capability. My Toshiba lap top has NONE what so ever. Since I can't download it can I purchase Firefox in CD form?

Downloading requires some form of communications capability. My Toshiba lap top has NONE what so ever. Since I can't download it can I purchase Firefox in CD form?

Zgjidhje e zgjedhur

If you have access to another computer which has internet access you could download the full Firefox setup from http://www.mozilla.org/en-US/firefox/all/ and then transfer the file from that computer to your laptop by way of a usb flash drive or cd.

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (2)

more options

Zgjidhja e Zgjedhur

If you have access to another computer which has internet access you could download the full Firefox setup from http://www.mozilla.org/en-US/firefox/all/ and then transfer the file from that computer to your laptop by way of a usb flash drive or cd.

more options

You can consider to download the full Firefox installer via FTP.

Open a cmd.exe command line window and execute these commands:

ftp
open ftp.mozilla.org
username: anonymous
password: anonymous
cd pub/mozilla.org/firefox/releases/latest/win32/en-US
ls
binary
lcd ~\Desktop
get "Firefox Setup 27.0.1.exe"
bye
(check that you have the Firefox Setup 27.0.1.exe file on Desktop)