I have a bunch of questions about how I go about creating an XPInstall
for the calendar.
First of all, I've got it working under Linux. That was OK, a
relatively painless experience but I got through it. Now I need to make
it work under Windows as well.
Here's what I've got:
the .xpi file contains the install.js file and the zip of two directories:
components/ and
resources/ which has:
content/
skin/
locale/
Components/ has two files which I need to put in the components/
directory of the Mozilla build.
Now I've got some windows dll files that go in the root of the Mozilla
install ( windows equivalent of /usr/local/mozilla ), and some other
dlls that go in components.
I need to know a few things:
1. What does Install.platform return for the different platforms?
2. What is the best directory structure to contain all this stuff, and
what would the install.js file look like?
If anyone can help me out with this, please cc: me at mikep AT oeone.com
or join irc.mozilla.org #calendar and have a look for me.
Thanks in advance.
Mike