Question

I have created a npapi plugin. Now in order to enable or disable it, I invoke regsvr32 command from my program. Now, I wish to selectively disable the plugin, e.g plugin should be disabled for firefox but enabled for chrome. Perhaps, it could be done by altering some keys, but I don't know exactly which ones.

Was it helpful?

Solution

There is no way to enable it for just one browser unless you install it as part of an extension instead of in the registry.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top