views:

32

answers:

1

I have developed a Firefox extension and installed in an xpi file. It's working fine. But I need to install my extension in the Windows registry. How can I to do this?

+1  A: 

You can use the command line for that: http://kb.mozillazine.org/Installing_extensions or the registry: https://developer.mozilla.org/en/Adding_Extensions_using_the_Windows_Registry

SamMeiers
Thank you for the response. Yes i have followed the options mentioned in the url. I have set the values in windows registry and put the unpacked xpi file in the mentioned path. But it doesnt affect any when i restart the browser. Need to do any other process ?HKEY_CURRENT_USER\Software\Mozilla\Firefox\ExtensionsHKEY_LOCAL_MACHINE\Software\Mozilla\Firefox\Extensionskey as my extension name and path as absolute path of my extension.