How To Run Two Different Versions of Mozilla Firefox.

At work I needed to test some javascript on the latest two versions of Firefox, i.e., 2.0.20 and 3.5.1 (my normal everyday browser).  These are the steps that needed to be done to get Firefox 2.x to run alongside Firefox 3.x:

  1. Download Firefox 2.0.20 installer: http://www.oldapps.com/firefox.php?old_firefox=7
  2. Copy these instructions into text editor, and then close all open Firefox instances.
  3. Run “Custom” version of Firefox 2.x installer and choose the ultimate installation directory to be something like C:\Program Files\Mozilla Firefox 2.x, do not install any shortcuts (otherwise they will overwrite your other Firefox installation’s shortcuts), and do not start Firefox at the end of installation, just close installer when it is done.
  4. Open a command prompt and start the Firefox ProfileManager: C:\Program Files\Mozilla Firefox 2.x\firefox.exe -ProfileManager
  5. Create a new profile for your older version of Firefox (e.g., firefox_2.x_profile).
  6. Rename the newly created profile something meaningful (e.g., firefox_2.x_profile), and then close the Firefox ProfileManager.
  7. Use whichever version of Firefox you want by clicking the respective shortcut.  Please note that you will not be able to open multiple windows of either version by repeatedly clicking the same shortcut.  If you do this you will see an error message that says: “Firefox is already running, but is not responding. To open a new Window you must first close the existing Firefox process, or restart your system.”  Instead, to open another window of the same version, just click on an already-open window of that version, and click + N, which will launch a new window from the existing process.  A little-less convenient than click on the shortcut, but not too bad.
Posted by .(JavaScript must be enabled to view this email address) Avatar for {name} on 07/28 at 10:39 AM
Commenting is not available in this weblog entry.

<< Back to main