Installing via registry in Firefox 64-bit

Hi,
does this:
https://developer.mozilla.org/en-US/docs/Adding_Extensions_using_the_Windows_Registry
also apply for the new FF 43 64-bit version?
We are adding our extension to
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mozilla\Firefox\Extensions
but it doesn’ seem to work.

What is right procedure for 64 bit version please?

Regards,
Martin

Does your add-on include a NPAPI plugin?

No, specifically I mean add-on wrc@avast.com.

That method should work for 64 bit Firefox, yes.

According to this post, you should use the same registry key as used in 32 bit Windows. Can you please try this and get back to us, so we can update the documentation?

Hi Jorge,

thanks for your advice. It works. If I put the key into

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\Extensions

Then it works even in 64 bit version.

Thanks a lot for help.

Might be good to update your wiki
https://developer.mozilla.org/en-US/docs/Adding_Extensions_using_the_Windows_Registry
for others :wink:

Thanks

Martin

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
This
email has been sent from a virus-free computer protected by Avast.
www.avast.com
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

This isn’t quite correct. The registry key HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\Extensions will work when running 64-bit Firefox on 64-bit Windows and 32-bit Firefox on 32-bit Windows. For 32-bit Firefox on 64-bit Windows however I think you’ll still need to add to the Wow6432Node registry key.