It is possible to install Firefox add-ons for all users that use a computer instead of installing them for every user separately. This is helpful if you are the computer guy in the family for instance and want everyone to have a basic set of extensions enabled that add functionality and security to the accounts.
The process of installing Firefox add-ons globally looks like the following. Download the xpi file instead of clicking on it which would install it directly. Once the add-on has been downloaded you use the following command at the run prompt (type Windows R): firefox -install-global-extension
Let me give you an example: firefox -install-global-extension c:\extension.xpi. The add-on will be silently installed and is available normally afterwards in the Tools > Add-ons menu of Firefox. Only administrators may uninstall the add-on but it is working for all users who are running Firefox.
Related posts:
- Automatically Install Firefox Add-on Updates
- Firefox 2 Users Nagged To Update
- Installing Firefox and Flash From Source
- Installing Firefox add-ons from the hard disk
- Improve Firefox Private Browsing With Private Browsing Window Add-on
- Skype Firefox Extension is causing many problems
- Remove Microsoft .Net Framework Assistant From Firefox
- Textarea++ Gives Firefox Users Control Over Textareas On Websites

damn, martin, you’re a genius with this stuff, so here’s a question for a genius: is this possible for prism?
[ prism -install-global-extension c:\extension.xpi ]
can extensions be added to prism at all?
… What about in Ubuntu?
Why would you think it would be any different?
Thank you!
Just what I needed for installing an add-on onto a Tarantella (Citris-like) server for various users.
after entering this command, addon gets installed, but it shows incompatible
does it work with ff 3.5 ?
its just copied from http://kb.mozillazine.org/Installing_extensions
This method also works on Thunderbird.
Thunderbird -install-global-extension “filepath.xpi”