xpistub
GuruJ <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hi all, I'm trying to use the functions in xpistub.dll (XPI_Init, XPI_Install and XPI_Exit) to install XPI packages without launching Mozilla. Ideally, I want to use this to write my own custom Mozilla installer, but any experiences would be useful. In particular, I need to know: * Is there any more documentation for using the dll than that found in LXR? * Should all the associated DLLs be registered with Windows first? * Does anyone have sample code that works? I'd prefer something that isn't C or C++ if possible (Perl?), so that I get a better feel for how to interface with the code using non-native languages. Thanks, GuruJ.