Windows 7 Forums


Windows 7: How to use both Firefox 3 & 4, and easily switch between them !

08 Oct 2010   #1

W7-Enterprise + WS-2008 (Converted to Workstation)
 
 
How to use both Firefox 3 & 4, and easily switch between them !

hi !

The “EASY” way to run both Firefox 3 & 4:

1. duplicate the existing profile
2. name them F3 & F4
3. duplicate profiles.ini
4. name them profiles.F3 & profiles.F4
5. create a bat-file, Firefox 3.bat:

------------------------------------------------------------------------------
COPY C:\Users\HACKERMAN\AppData\Roaming\Mozilla\Firefox\profiles.F3 C:\Users\HACKERMAN\AppData\Roaming\Mozilla\Firefox\profiles.ini

START "" "E:\SYSTEM\FIREFOX 3.lnk"

EXIT
-------------------------------------------------------------------------------

6. create a shortcut to Firefox 3, (firefox.exe in the firefox-3 folder), name it FIREFOX 3

7. create a bat-file, Firefox 4.bat:

-------------------------------------------------------------------------------
COPY C:\Users\HACKERMAN\AppData\Roaming\Mozilla\Firefox\profiles.F4 C:\Users\HACKERMAN\AppData\Roaming\Mozilla\Firefox\profiles.ini

START "" "E:\SYSTEM\FIREFOX 4.lnk"

EXIT
-------------------------------------------------------------------------------

8. create a shortcut to Firefox 4, (firefox.exe in the firefox-4 beta folder), name it FIREFOX 4



9. create shortcuts to Firefox 3.bat & Firefox 4.bat, put them on your taskbar / desktop.


both bat-files & both shortcuts (Firefox 3.lnk & Firefox 4.lnk) should be in the same folder: "E:\SYSTEM"
now you can use both versions without having any trouble with your add-ons etc. since each version uses its own profile.

NOTE: the bat-files above are of course only examples !

of course you can change the paths, "E:\SYSTEM\" is where i have MY bat-files & shortcuts.
you should also change the paths in the bat-files to fx. C:\Users\%username%\.....", or your own username instead of "HACKERMAN".

but there is one good reason why i use direct and not relative addressing in the path,
if i use my ADMIN-account instead of my USER-account then i can still use the same profiles.
otherwise i would have to create double profiles also on my ADMIN-account, and i would also have to update / synchronize the profiles on both accounts.

why use shortcuts to firefox.exe in both bat-files ?

otherwise you would have to use direct addressing, and have to switch folder (cd "C:\Program files\....", before starting firefox.exe,
but since shortcuts "know" where the exe-file are, it´s easier to use a shortcut.
also if you change folder fx. when installing a new version if Firefox, then you only need to change the shortcut, not the bat-file.
My System SpecsSystem Spec

08 Oct 2010   #2

Win7 Ultimate SP1 x64 / Windows 8 Pro / Android
Mauritius
 
 

My System SpecsSystem Spec
Reply

 How to use both Firefox 3 & 4, and easily switch between them ! problems?



Thread Tools



Similar help and support threads for: How to use both Firefox 3 & 4, and easily switch between them !
Thread Forum
Changing the firefox new tab homepage easily without addons Browsers & Mail
Hub vs Switch vs Router/ 2 Switch Story Network & Sharing
How Easily it Crashes General Discussion


All times are GMT -5. The time now is 11:52 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32