>>280
やりたいことって、以下ですか?
一つのフォルダに展開した FirefoxPortable の同時起動は無理なので、複数のフォルダに FirefoxPortable を展開し、
 例:
   c:\tmp1\FirefoxPortable
   c:\tmp2\FirefoxPortable
それぞれを同時起動する。

自分は FirefoxPortable、FirefoxPortableDeveloper、CyberfoxPortable の同時起動ができていますよ。

1.FirefoxPortable/Other/Source/ のしたにある FirefoxPortable.ini というファイルを、FirefoxPortable フォルダにコピーしてくる。
2.FirefoxPortable.ini をエディタで開き、以下の行を、

AdditionalParameters=

以下のように修正して保存する。

AdditionalParameters=--no-remote

これでok。

※これをやらないと、別々のフォルダに FirefoxPortable を展開しても、たとえば FirefoxPortable を起動中に
FirefoxPorableDeveloper を起動しようとすると、「Firefoxがすでに起動中です」みたいなメッセージが出て、起動できなかった。