Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working with a Firefox extension. So, when I add Firefox extension's XPI file manually, it worked. But I want to install it by using the registry.

I researched so much and found the solution Adding_Extensions_using_the_Windows_Registry in mozilla.

But it can not add when Firefox is restarted. Can anybody help me?

share|improve this question
So what exactly did you try and what was the result? Otherwise we can only quote the MDN page you linked to already. – Wladimir Palant May 11 '12 at 7:05
following solution in mozilla page, I add key into registry. Do I need to set environment or something else? – LGProgramer May 11 '12 at 7:48
are you installing XPI package using registry keys? You can only install unpacked source using registry keys. – Hemant Pawar May 11 '12 at 13:47
I did. Thanks so much – LGProgramer May 31 '12 at 7:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.