I want to install a NPAPI plugin as soon as my web page detects if the plugin is not there.
The installation or a batch script should be run in the background without asking the user. But I think installation will require user permission, so running a batch file is preferable.
If I need to run a batch to register the plugin's dll from javascript, how can I do that?