I want to integrate xpi file into firefox's install-package, so that while
someone install this package, the xpi extensions could be installed
automatically.
I view the firefox's source tree, and there is a folder named "extensions",
there are some extensions(venkman、spellcheck) in this "extensions" folder,
I add "ac_add_options --enable-extensions=venkman,spellcheck" into
".mezconfig" file, then these extensions are now considered an integral part
of the browsing experience.
Now, theres is a third party xpi, how to add this xpi file into the
"extensions" folder so that the firefox build system could recognize and
integrate this xpi ?
Thanks!
----------------------------------------------------------------
Yours sincerely,
Roc.King
Tech.Motley
you mean you have a dependency issue with your extension?
As far as I know there is no mechanism in firefox to deal with that.
Every extension should be a little independent unit.
See the doc below:
http://developer.mozilla.org/En/Adding_Extensions_using_the_Windows_Registry
--
Chappell.Wat
Blog: http://www.QuChao.com
--
Chappell.Wat
Blog: http://www.QuChao.com