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!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

disabling auto update does not work

  • 3 trả lời
  • 0 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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. :)

Hữu ích?

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

Hữu ích?

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

Hữu ích?

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.