开发者

Registering a Firebreath .dll from local hard drive in Firefox

开发者_如何学Python

How can I register a Firebreath .dll file thats deployed locally on a users hard drive.

In IE, I can use ShellExecute in JavaScript to run a shell command to register the .dll How can I do the same for an NPAPI browser ?

Thanks !


You can't register a .dll from inside the browser; if IE is letting you call ShellExecute from javascript that frightens me greatly. You certainly can't do that from firefox.

The recommended way to install a FireBreath plugin is using an MSI file (which is built-in if you have WiX 3.5 or later installed when you run the prep script), though alternate methods include wrapping that MSI in an EXE installer, using an XPI/CRX/CAB file (though that doesn't work on Safari and only the CAB file of those three can install for all browsers).

You can't directly register it from the browser.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜