On Wed, 25 Sep 2013 12:26:48 +0200 Matej Kovacic <matej.kovacic at owca.info> wrote: > Now I want to install some addons for all users. Namely: AdBlock+, > HTTPS Everywhere, Better Privacy, Ghostery, and some other privacy > oriented addons. Hi, this is what I do to have XPIs installed (and silently) activated: 1. Create the file "extensions.js", content follows: pref("extensions.autoDisableScopes", 11); pref("extensions.shownSelectionUI", true); 2. Unpack all .xpi-Files you want to deploy to some folder, the result should look like this: /var/cache/wpkg/firefox/addons/: {25A1388B-6B18-46c3-BEBA-A81915D0DE8F} {563e4790-7e70-11da-a72b-0800200c9a66} {6AC85730-7D0F-4de0-B3FA-21142DD85326} {75CEEE46-9B64-46f8-94BF-54012DE155F0} firebug at software.joehewitt.com 3. Use wpkg or some other tool, to copy "extension.js" to "@ProgramFilesDir\Mozilla Firefox\defaults\preferences\extensions.js" (You might have to create the directory first.) 4. Copy the unpacked .xpi-File-Content to "@ProgramFilesDir\Mozilla Firefox\extensions" The result should be that those Extensions are available to all users on the machine without any user interaction when they start Firefox. -- Best regards Denis Witt --------------------------------------------- CaT Concepts and Training GmbH Vorgebirgstraße 338 50969 Köln Fon : +49 (0) 221 / 46 75 76 - 00 Fax : +49 (0) 221 / 46 75 76 - 09 --------------------------------------------- Geschäftsführung: Sven Kapust, Gerald Konrad, Alexandra Oehlke, Sandra Röbbelen, Volker Röbbelen, Denis Witt Amtsgericht Köln HRB 57804 Ust-ID-Nr.: DE 814694228 Sitz: Köln --------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20130925/f10c684f/attachment.pgp> |