Harrison, Richard (Enterprise Security Technology - Internet Gateway 
Services) wrote:
> Classification: Public
>
> Hi,
>
> I am trying to work out how to install a dictionary silently to many machines 
> - 5000+ clients. Were currently using FF ESR 45.1
>
> The dictionary is 
> https://addons.mozilla.org/en-GB/firefox/addon/british-english-dictionary/ 
> which when downloaded gives 
> british_english_dictionary-1.19.1.1-typefix-sm+tb+fx.xpi
> When unpacked that leads to
>
> Dictionaries\
> Dictionaries\ en-GB.aff
> Dictionaries\ en-GB.dic
> Dictionaries\ README_en_GB.txt
>
> I understood that if I dropped the folder directly into
>
> C:\Program Files (x86)\Mozilla Firefox\browser\
>
> Then Firefox would use it but it hasn't picked it up.
>
> Can anyone point me in the right direction on how to do this, if this is even 
> the correct method.

I believe you need to put the en-GB.* files in the 'dictionaries' folder 
at the top level - i.e. in 'C:\Program Files (x86)\Mozilla 
Firefox\dictionaries\'

You should also set in your central cfg file:

  pref("spellchecker.dictionary", "en-GB");

which will make this the default for all users

(you might want to use defaultPref() or lockPref() instead, depending on 
how you want to manage this)

No idea if this is the 'right' way of doing this, but it works for me ...

James Pearson
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"
  • ... Harrison, Richard (Enterprise Security Technology - Internet Gateway Services)
    • ... James Pearson

Reply via email to