Visit Mozilla.org

Talk:Adding Extensions using the Windows Registry

From MDC

[edit] For Netscape?

Anyone knows how similar (install via registry) can be done for Netscape? (and any other forks of FF). TIA. --Rrjanbiah 22:35, 23 August 2006 (PDT)

If their product is Toolkit-based (like the latest version of NS), uses the extension manager, and didn't disable this feature specifically, it should just work. Otherwise, this question has little to do with MDC, since it is fork-specific. --Nickolay 05:42, 25 August 2006 (PDT)
"it should just work"--Does it mean that we don't have to add it to any other key, say HKEY_CURRENT_USER\Software\Mozilla\Netscape\Extensions? TIA. --Rrjanbiah 07:25, 25 August 2006 (PDT)
Right, sorry. The common format is Software\[VENDOR\]NAME\Extensions, where VENDOR and NAME are obtained from nsIXULAppInfo in products based on the same platform as Firefox 1.5. I don't know Netscape-related details. You might want to check the code dealing with registry in components/nsExtensionManager.js and try to figure out the key name from there. --Nickolay 10:35, 25 August 2006 (PDT)
I have to update that this registry based extension installing doesn't seem to be working with NS (tried various combinations of reg keys). Thanks. --Rrjanbiah 07:44, 30 August 2006 (PDT)