FirefoxをUSBメモリで動かすには?

投稿者: | 2008 年 9 月 7 日

Windowsの場合

  • Firefoxのインストールフォルダ  C:\Program Files\Mozilla Firefox
  • USBドライブ(仮にU:\)に以下のようなフォルダを用意します。
    usb側のインストールフォルダ U:\Mozilla\Firefox\
    Profile設置フォルダ       U:\home\Firefox\Profile
  1. Firefox本体のコピー
    インストールされているFirefoxのファイルをU:\Mozilla\Firefox\にコピー
    アンインストーラーなどUSB使用に不要なものもあるので容量が気になる場合は適宜削除
  2. Profile指定及び多重起動用のBATを作成
    以下の内容のfirefox.batというファイルを作り、コピーしたFirefox.exeのインストールフォルダに保存

    @echo off
    SET BASE=%~dp0
    SET MOZ_NO_REMOTE=true
    start "usb firefox" %BASE%\firefox.exe -profile U:\home\Firefox\Profile\プロファイル名

  3. 今使っているProfileのコピー
    C:\Documents and Settings等の下にあるProfileフォルダ(xxx.default等)を、U:\home\Firefox\Profile にコピーします
  4. firefox.bat を ダブルクリックして、ちゃんと起動するか確かめる