In my work I need to view websites as my audiences do. Which means I need to have various browsers and configurations available to me. This is a Windows-only How-to, as my work environment is not mine to design.
Yesterday Mozilla released Firefox 3 after a robust public beta period. On my production machine, I try to avoid installing beta software, lest any untoward issues pooch my pay-generating-device 🙂
So I need to run Firefox 2 and 3 off the same machine. I needed to install Firefox 3 without breaking my Firefox 2 installation.
Here’s how I did it.
- Launch Firefox 2 from the command line using the following:
/path/to/firefox -profilemanager -no-remote
This will open the FireFox 2 profile manager. Remember that ‘-no-remote’ parameter, we’ll need that again later. It isolates each running version of FireFox from each other. - Create a new profile for use exclusively with FireFox 3. I called mine ‘Firefox3’ . Make sure you uncheck the ‘Don’t ask at startup’ box to ensure you are presented with a choice when you launch FireFox. The idea with the second profile is to keep your settings, tweaks, extensions, and all other customizations you’ve made in Firefox 2 from being changed by Firefox 3.
- Rename your ‘default’ profile to Firefox2. This is the default profile you’ve likely been using up to now. Renaming will make it easier to differentiate profiles.
- Install Firefox 3. You’ll need to select the ‘custom’ installation option and create / select a different directory for Firefox 3. This is to prevent the Firefox 3 installation process from overwriting Firefox 2. Also Uncheck the Use Firefox as my default browser box. DO NOT start Firefox 3 as the last step of the installation procedure. Uncheck the ‘Launch Firefox now’ checkbox and Finish your installation.
- Find the Firefox 3 shortcut and view its Properties. Select the Shortcut tab. Add
-no-remote -p firefox3
to the end of the text in the Target: box. It should read something (not exactly) like this:"C:\Program Files\Mozilla Firefox 3\firefox.exe" -no-remote -p firefox3
You’re telling Firefox 3 to launch a new instance and use the profile named ‘firefox3’ - Find your Firefox 2 shortcut and repeat the step you just did for Firefox 3 — append that text to the Target: box text making changes where appropriate (IE: Firefox3 becomes Firefox2. This will keep Firefox 2 and 3 from noticing each other allowing you to run both at the same time, if you wish.
- Note: Now when you launch Firefox 2 or 3, you may be alerted that the version you’ve just started is not the default browser. That’s ok and to be expected. Depending on your need, you can make one the default browser and have it automagically launch when you click a link in email, or through other application. I’m leaving Firefox 2 as my default browser until I am very comfortable with 3.
My observations:
- Firefox 3 is new, fresh out of beta. Expect the unexpected
- Not all plug-ins and extensions are compatible.
Your turn. What do you think of Firefox 3? What works and doesn’t? Did this installation walkthrough help?
Leave a Reply