I have a plugin packaged as an xpi extension installer. I use the
following Javascript object tag to determine if the plugin is
installed.
<object id="WebIPlugin" type="application/webItype" width="0"
height="0" codebase="webIType.xpi"></object>
Everything works fine and the plugin installs and works. Only thing
is during the install I see this text:
Unknown Plugin (application/webItype) followed by a button with
text "Manual Install"
How can I replace the text "Unknown Plugin"
Thanks,
EM