hello
I want to run Firefox desktop and firefox portable in the same time.
So, i just set the line "AllowMultipleInstances=true" in FirefoxPortable.ini (same directory as FirefoxPortable.exe).
however, when I start firefox portable, and I have an already running local firefox, I had two differents behavior depending on machine and operating system. For some machines, it runs correctely but for others, it does not work correctly and when you go to launch the second firefox Portable instance, it just spawns a new window from the already running instance(firefox dektop) and in the link we found the option "-no-remote" which prevents links from being opened.
I tried to add a batch with "set MOZ_NO_REMOTE = 1" so the problem to launch the firefox desktop and firefox portable is solved. But the persence of the option -no-remote in the link caused a problem to reload the page.
what is the reason for having two differents behavior depending on machine and operating system?
is there anything else I can try to get both my local firefox and the portable firefox running altogether?
thanks a lot !
You must run every single instance of Firefox and Firefox Portable with -no-remote on the command line. That's what AdditionalParameters does. When run this way, this will break the ability to launch each instance of Firefox a second time, so you can't associate links or HTML files, it'll just give an error. Firefox Portable will also leave things behind on the local machine when run this way. The -no-remote switch is made for developers to do testing, it's not designed for production use. This is the way it works, there is no way to make it work differently unless Firefox itself has sections rewritten.
Sometimes, the impossible can become possible, if you're awesome!