Page 1 of 1

Select Your Add-Ons New Users

Posted: Wed Nov 26, 2014 5:27 am
by markd009
Hi

We are providing FrontMotion Firefox 32.0.1 through Citrix to 700 users
When a new user logs in a pop up appears with options to select your add-ons

How can this be disabled on first run for all new users ?
We do not want users to see this option.

Thanks Mark

Re: Select Your Add-Ons New Users

Posted: Mon Dec 01, 2014 11:57 am
by abnranger67
I think before we can move forward, how did you stage the add-ons for the users? Did you use the folder structure <install_path>\distribution\bundles then put a folder with the name ID of the add-on in it? Also you can add the following to your mozilla.cfg file
lockPref("extensions.autoDisabledScopes", 0);
lockPref("extensions.enabledScopes", 15);

Re: Select Your Add-Ons New Users

Posted: Wed Dec 03, 2014 3:34 am
by trockenasche
You need to set

Code: Select all

pref("shownSelectionUI", true);
The preference is for disabling the addon compatibility wizard. This wizard disable all 3rd party addon that are not installed by the user.