vote up 5 vote down star
1

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.

Of course, 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 -

flag

68% accept rate
2  
How is thit not programming related? What is you are a web developer and what to test with different versions of Firefox? – Mark Jul 10 at 20:55
1  
wow, why the down votes? doesn't anyone else develop web apps and need to test them on FF3 and 3.5? – OneNerd Jul 10 at 20:55
1  
This is a perfectly valid question. It could probably use a little rephrasing to make it more SO friendly, but this is something many web developers might benefit from. – Brandon Jul 10 at 20:57
1  
I think it is a valid question as well, but I would rephrase it a bit and remove the not-programming-related tag (as that is a reason to close a topic). – Ed Swangren Jul 10 at 20:58
1  
I retagged it as web-development so hopefully people won't get their underwear all in a twist over it. – MattC Jul 10 at 21:01
show 1 more comment

3 Answers

vote up 11 vote down check

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.

link|flag
Ah you beat me to it. Nice answer. – James McMahon Jul 10 at 20:59
perfect - thanks! – OneNerd Jul 10 at 21:06
vote up 2 vote down

You can use the portable versions of firefox (3.5, older versions). You can install as many versions of firefox side-by-side as you want, but you can only run one version at any time.

link|flag
Unless you use the --no-remote trick. – James McMahon Jul 10 at 21:02
can you elaborate on that? – Martin Jul 10 at 21:03
see tj111's answer above. – James McMahon Jul 10 at 21:14
vote up 0 vote down

Here's a simple three step process to achieve the same. For people that need a little bit more help getting this up and running with multiple Firefox versions, just check it out. It'll have nice pictures to guide you through the process.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.