Select Your Add-Ons New Users

Post Reply
markd009
Posts:1
Joined:Wed Nov 26, 2014 5:18 am
Select Your Add-Ons New Users

Post by markd009 » Wed Nov 26, 2014 5:27 am

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

abnranger67
Posts:1
Joined:Mon Dec 01, 2014 11:52 am

Re: Select Your Add-Ons New Users

Post by abnranger67 » Mon Dec 01, 2014 11:57 am

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);

trockenasche
Posts:26
Joined:Tue Nov 22, 2011 11:46 am

Re: Select Your Add-Ons New Users

Post by trockenasche » Wed Dec 03, 2014 3:34 am

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.

Post Reply