I'm working on a project that is really several applications. I want to make several xpi's and allow the user to install which ever app he wants. The problem is, I want to put all the jar files under a common directory. For example:
chromeHow do I write the install.js? Everything I tried seemed to be wrong. The document on xpinstall on netscapes site was good at explaining the API, but short on examples. I've included the install.js for spellviewer. If someone could tell me how to get it installed in a "dndtools" directory and be able to launch it with "./mozilla -chrome chrome://spellviewer/content", I would be most greatfull.
dndtools
spellviewer.xpi
common.xpi
ppc.xpi
...
BTW, being able to register it as "dndtools/spellviewer" would also be very helpfull to avoid name conflicts.
-- ---- Eric Plaster Qlogic Senior Software Engineer (952)932-4000 [EMAIL PROTECTED] http://www.qlogic.com
install.js