同一台PC上的多个Firefox版本 [英] Multiple Firefox Versions on Same PC

查看:151
本文介绍了同一台PC上的多个Firefox版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了各种网络应用程序,广泛使用CSS和JavaScript,并且需要能够在FF 3和FF 3.5上测试它们。

安装3.5覆盖3.0,所以我想知道是否可能(如果是这样,如何)在同一系统上运行Firefox 3.0和3.5,或者我坚持不得不使用2个不同的系统?



我正在使用Windows XP。

谢谢

解决方案

是。下载并安装在单独的目录中。然后,使用-p标志单独启动每个版本,为每个版本(或者至少一个版本)设置不同的配置文件。然后,在您有两个单独的配置文件后,在桌面上为每个配置文件创建一个图标。右键点击图标并选择属性。

在目标字段中添加以下标志。

  c:\ Program \ FireFox 3.0 \ firefox.exe -p Profile1 -no-remote 
c: \ Program \Firefox 3.5 \ firefox.exe -p Profile2

假设您将使用Firefox 3.5作为主浏览器,使用3.0进行测试。如果你想用另一种方式切换 -no-remote 标签。这使您可以并排运行多个版本的Firefox。有关更多信息,请参阅命令行参数上的Mozillazine页面。


I develop various web apps, use CSS and JavaScript extensively, and need to be able to test them on both FF 3 as well as FF 3.5.

But, installing 3.5 overwrites 3.0, so I was wondering if its possible (and if so, how) to run both Firefox 3.0 and 3.5 on the same system, or am i stuck having to use 2 different systems?

I am using Windows XP.

Thanks

解决方案

Yes. Download and install them in seperate directories. Then, launch each one individually with the -p flag to set up different profiles for each version (or at least one for testing). Then, after you have two seperate profiles, create an icon for each on your desktop. Right click on the icon and select properties.

In the 'target' field, add the following flags.

c:\Programs\Firefox 3.0\firefox.exe -p Profile1 -no-remote
c:\Programs\Firefox 3.5\firefox.exe -p Profile2

This is assuming you will be using Firefox 3.5 as your main browser and 3.0 for testing. If you want it the other way around switch the -no-remote tag. This allows you to run multiple versions of Firefox side by side. For more information refer to the Mozillazine page on command line arguments.

这篇关于同一台PC上的多个Firefox版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆