You are here

Firefox Portable

Cannot Check For Updates

Submitted by Motormaster on February 8, 2021 - 5:57am

I am on a work computer and when I go to Help and About Firefox, I cannot check for updates. It says Updates disabled by your system administrator. Why does this happen in the portable version?

Also I cannot put the PortableApps.com Platform on my PC since it is blocked by our IT department so the method above was the only way to quickly check for Firefox updates.

Can't pin Firefox Portable to the Taskbar if Portable.apps Platformer is installed on my USB Drive.

Submitted by gaveitatry on January 31, 2021 - 6:55pm

On my old laptop, I installed Portable.apps Platformer to "C:\Programs\Portable Apps". I then used it to install Firefox Portable and was able to successfully pin it to the Taskbar, no problem.

On my new laptop, I can install Portable.apps Platformer to the same location "C:\Programs\Portable Apps" and be able to pin Firefox Portable to the Taskbar, no problem. But the thing is, I want to install it to my USB Drive instead which is "G:\".

Report an issue - about cannot AllowMultipleInstances (with solving method provided)

Submitted by RoHS on January 30, 2021 - 1:26am

Good afternoon,

(1) Background:
I have three portable Firefoxes working together.
Every month, I update the portable Firefoxes by deleted the old folders named "App"
and the old exe files named "FirefoxPortable.exe" , then download their new version
to replace them.

(2) Issue:
This time, the Firefoxes cannot MultipleInstances.
The "second opened Firefox" cannot launch itself.
When I open the second Firefox,
It just opens a "new Firefox windows" of the "first Firefox" instead.

Can't open up Desktop URL Links if AllowMultipleInstances=true.

Submitted by gaveitatry on January 29, 2021 - 10:59am

Hi. For the last several months, I have been running Firefox Portable and Waterfox Portable at the same time. Then today, I experimented with Firefox Portable and Waterfox Full Installation at the same time. The problem is that both Waterfox browsers, Portable and Full Installation, are extremely weak browsers. There is a video cam website that I visit and if I just open one person's webcam it can freeze on occasion. If I have two webcams open, it freezes up a lot more. I can forget running my own webcam. But none of these problems exist in Firefox Portable

Redirect the console log output to a file

Submitted by wbal on January 21, 2021 - 5:15am

We are working with Firefox Portable ESR 78.6.0 on windows 10 OS
We want to write logs in a txt file. To do this, we used window.dump ("txt") in js files.
we have set the configurations from about:config :
"browser.dom.window.dump.enabled" to true and "browser.dom.window.dump.file" : "c:\file.txt". (we tried other locations)
the result is always : the file is created but it is still empty.
Is there another configuration to do or another way to redirect the console log output to a file?

Thank you.

Cannot Update Firefox

Submitted by Motormaster on January 14, 2021 - 9:04am

I've always been able to check for updates manually in Firefox Portable. However, now when I go to Help and About Firefox, the program no longer checks for updates. It says Updates disabled by your system administrator.

Is there a way to fix this so I can check for updates again and continually updating the program?

Thanks!

Is This Possible? - Multiple Firefox Portable From Different Folders

Submitted by John0877 on December 30, 2020 - 7:54pm

I know there's been more than a few posts about multiple instances of FFP but I don't recall seeing one that was my specific question. Most involved different versions or an installed version and a portable version. I am wondering if it is possible to run multiple FFPs of the same version just from different folders. I have tried the AllowMultipleInstances=true parameter in the past but that just resulted in a link being clicked from outside FFP opening Firefox in a new window void of extensions and theme and all that. That isn't what I am after.

[Fixed] Version 84.0.1 Simplified Chinese and Turkish installers are corrupt on the server

username's picture
Submitted by username on December 29, 2020 - 1:18pm

The installers for Firefox 84.0.1 in the languages Simplified Chinese and Turkish are corrupt / truncated on the server.
The Installers for other languages are all about 120 MB in size, but those two are 102 MB and 94 MB in size respectively and are failing their integrity check.

The hashes of the downloaded files are matching the listed hashes, but the files are corrupt, so, the problem is server side, not just a bad / incomplete download.

Detect browser close event

Submitted by wbal on December 25, 2020 - 7:31am

We are working with Firefox Portable ESR 78.6.0 on windows 10 OS

We need to detect the close event to override it, or disable it when the user try to close the browser from the taskbar.

With an older version of Firefox Portable ESR (52.2.0), we used the following code to detect browser closure:

var observerService = Components.classes ["@ mozilla.org/observer-service;1"OUND.getService(Components.interfaces.nsIObserverService);

observerService.addObserver (this, "quit-application-granted", false);

Pages