搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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?

被采纳的解决方案

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.

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

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)