Re: install.js is deprecated??
"Justin Wood (Callek)" <[email protected]> Mon, 24 Jan 2005 18:12:32 -0500
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Iceman wrote:
> XPINstall can be used with install.rdf also?
>
No (as far as I know), but you can set a pref per your extension on
first launch to true.
pref("extensions.myGUID.firstRun","true")
and on firstRun reset that to false. Possible extending based on version
of your extension if needed.
And when it is run, figure out the Registry stuff you need.
~Justin Wood (Callek)