daniel park wrote:
> Mozilla doesn't seem to recognize an xpi archive when the it's behind an
> authenticated ssl site??? In other words, it does not start up the xpi
> installer rather just a open/save dialog box.
>
> Thanks,
> [EMAIL PROTECTED]
What's the MIME type your server sends? It should be "application/x-xpinstall".
You can always explicitly trigger a .xpi file if you don't have access to
your server configuration. In javascript on your site use
InstallTrigger.install( {"Foopy plugin":"https://whatever/foopy.xpi"} );
There are other options, see the docs at http://developer.netscape.com or
http://www.mozilla.org/projects/xpinstall
-Dan Veditz