I extract xpi in C:\Program Files\Mozilla Firefox\distribution\bundles
(one folder per extension, name doesn't matter).
Working with all versions of Firefox (and Thunderbird) I tried so far.
The user isn't even bothered to accept installation.
Regards, Daniel
>
> Regards.
>
--
Daniel Berteaud
FIREWALL-SERVICES SARL.
Société de Services en Logiciels Libres
Technopôle Montesquieu
33650 MARTILLAC
Tel : 05 56 64 15 32
Fax : 05 56 64 15 32
Web : http://www.firewall-services.com
Jacques AMAURY
Service Informatique
Fédération Française de Natation
14, rue Scandicci - 93508 Pantin Cedex
Tél. : +33 (0)1.41.83.87.63 - FAX : +33 (0)1.41.83.87.70
14ème étage - bureau n° 3
Suivez-nous sur
facebook
Pensez environnement !
N'imprimez ce mail que si c'est vraiment nécessaire
Hi,
I have success to add extensions to default for all users of Mozilla
Firefox.
I have place extensions in C:\Program Files\ Mozilla
Firefox\browser\extensions
But all extensions are disabled by default.
In my cfg file i try :
-------------------------------------------
pref("extensions.installDistroAddons", true);
pref("extensions.enabledScopes", 13);
pref("extensions.autoDisableScopes", 2);
--------------------------------------------------
or
-------------------------------------------
pref("extensions.enabledScopes", 4);
pref("extensions.autoDisableScopes", 0);
-------------------------------------------
But it doesn't work.
Have you an idea ?
Regards.