X-posted to netscape.public.mozilla.xpcom
            netscape.public.mozilla.xpinstall
Hi,

let's assume I have an XPCOM component mycomp.dll (holding
a scriptable plug-in) and the corresponding mycomp.xpt
interface file.

Inside my install.js I put them into the components
subfolder like this:

    var folder = getFolder("Components");
    addFile(..., ..., folder, ...);

Is there a way to register my XPCOM component after placing
it into the components folder? Or will I have to make the
user restarting his browser? Can I call regxpcom from the
XPI installation script?

F'up2 netscape.public.mozilla.xpinstall


TIA - Regards, Tobias Trelle
-- 
CyCo Systems GmbH & Co. KG  _____________  Smart.Fast.3D.
Tel  +49-(0)234-96217-0
Fax  +49-(0)234-96217-17
Web  http://www.cycosys.com/


Reply via email to