Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

disabling auto update does not work

  • 3 回覆
  • 0 有這個問題
  • 4 次檢視
  • 最近回覆由 Matt

more options

Hi,

I have this setting enabled: Check for updates, but let me choose whether to install them

Yet twice in the last couple weeks, Thunderbird has updated without asking.

I do not run any updater software, TB must be doing this itself.

What settings in v115 are required in the config editor to ensure that updates are not installed without user intervention?

Thanks Russell

Hi, I have this setting enabled: Check for updates, but let me choose whether to install them Yet twice in the last couple weeks, Thunderbird has updated without asking. I do not run any updater software, TB must be doing this itself. What settings in v115 are required in the config editor to ensure that updates are not installed without user intervention? Thanks Russell

所有回覆 (3)

more options

Do you run any technical software, such as Glary or Norton? Such products are known to monitor software updates and to force install in an attempt to provide good customer service. My suggestion is to investigate that angle, as this not a common occurrence. Also, if, from curiosity, you click help>about, the update will be sitting there. So, don't check there. :)

有幫助嗎?

more options

Hi,

As indicated, no updater software whatsoever.

I am wondering if there is something off in my config somehow. For example, there is no app.update.auto preference listed in the config editor. What preferences actually control this in v115+?

R

有幫助嗎?

more options

Thunderbird does not necessarily list any preferences there that are currently set to their default value. In addition to that only non default preferences are saved to disk at all. I doubt that app.update.enabled is even a valid preference these days as updating per se can only be disabled using enterprise tools.

The source is fairly clear.

// If set to true, the Update Service will automatically download updates when
// user can apply updates. This pref is no longer used on Windows, except as the
// default value to migrate to the new location that this data is now stored
// (which is in a file in the update directory). Because of this, this pref
// should no longer be used directly. Instead, getAppUpdateAutoEnabled and
// getAppUpdateAutoEnabled from UpdateUtils.sys.mjs should be used.
#ifndef XP_WIN
 pref("app.update.auto", true);
#endif

有幫助嗎?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題