On 25/10/11 12:05, Alessio Fattorini wrote:
Nella citazione in data mar 25 ott 2011 17:50:02 CEST, Julian Robbins ha scritto:

How can we use sogo-integrator to disable a Thunderbird (major) update ? We have Integrator installed here already

you should modify sogo-integrator file:
defaults/preferences/site.js

adding this line:
pref("app.update.enabled", false);
That's pretty wrong. Have a good read of https://wiki.mozilla.org/Software_Update:Checking_For_Updates

You can force prefs using SOGo Integrator, like this:

force_bool_pref("app.update.silent", true);
force_bool_pref("app.update.enabled", true);
force_bool_pref("app.update.auto", true);
force_int_pref("app.update.mode", 1);
force_char_pref("app.update.url.override", "https://www.bozo.com/tb/3/test/tb-update.php?version=%VERSION%target=%BUILD_TARGET%";); [^]

And tb-update.php returns whatever you want to force.

Ludo

--
Ludovic Marcotte
[email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to