Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silent install of the firefox addon

I am trying to install a firefox xpi silently through an msi installer. I am doing so by the following method:

Unzip my xpi in some temp dir and copy all the contents of that to the %APPDATA%\Mozilla\Firefox\Profiles\xxxx.default\extensions\<uniqueid-for-my-addon>

I expected the addon to be available the next time my firefox opens, but I am not able to get it. Can someone tell me if there is more to be done for a silent install of firefox addons?

Kapil

like image 628
Kapil Avatar asked Jun 21 '10 21:06

Kapil


1 Answers

You want to add your add-on via the windows registry.

like image 157
sdwilsh Avatar answered Sep 22 '22 02:09

sdwilsh