Open main menu

CDOT Wiki β

Changes

Universal Firefox on a USB Key

447 bytes added, 16:00, 26 February 2008
Version 0.1
We wanted to alter this behavior so that Firefox would read the common profile on the USB Key. We researched for ways to redirect where Firefox was looking for its profiles. We realized that Firefox looked up Profiles.ini in the Windows Application Data folder for the location of each profile. We later discovered that there is a program switch to tell firefox where to get its profile. We initially hard coded the directory and profile used by the command line switch.
 <insert code here> firefox.exe -profile "G:\Seneca\firefoxWindowsInstallToStick\Profiles\q928eerv.default"Using an absolute path name we managed to have Firefox read and write the profile from on the USB Key. because Next we wanted to change the absolute path into a relative path via a batch script. The challenge was to write a script that would capture the batch file's location no matter where it was run from (e.g. executing the batch file from the C: drive letter for ). To solve this problem in the USB Firefox would change batch script we added code to find the location of the batch file, have it execute the firefox call from there and then return to the original directory that he user was on different machines.
bash
1
edit