Hi !

I've found a workaround to install ABP silently.
- Create a mozilla.cfg in the c:\program files\Mozilla Firefox folder :
//comment
pref("extensions.autoDisableScopes", 0);
pref("extensions.enabledScopes", 15);
pref("extensions.shownSelectionUI", true);
- Create a local-settings.js in the c:\program files\Mozilla Firefox\defaults\pref :
// comment
pref('general.config.obscure_value', 0);
pref("general.config.filename", "mozilla.cfg");
- extract the {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi found in the user profile after installation in the c:\program files\Mozilla Firefox\browser\extensions folder.
- Modify the default prefs for ABP (c:\program files\Mozilla Firefox\browser\extensions\ {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}\defaults\prefs.js :
ex. Changing the path of patterns : pref("extensions.adblockplus.patternsfile", "C:\\Program Files\\Mozilla Firefox\\Adblockplus\\patterns.ini");
(with double \\)
- Add a locked value (with cck in my case) in firefox to fix the version of ABP and avoid the firsttimerun tab : extensions.adblockplus.currentVersion
