Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NSIS and my extension

10 views
Skip to first unread message

Jan Vávra

unread,
Oct 20, 2006, 8:05:08 AM10/20/06
to
Hello,
when I package win32 installer I would like to tell NSIS to include my
extension ... After installation It should be created new directory
C:\Program Files\Mozilla Thunderbird\extensions\myext...@mycompany.com

and this directory will include chrome.manifest, install.rdf,
myextension.xpi...
Like it does tall...@mozilla.org.

I tried to study Makefiles but have no success.
Can you advice me?

JV

Message has been deleted

Benjamin Smedberg

unread,
Oct 20, 2006, 9:08:51 AM10/20/06
to

Assuming that you have gotten the extension files installed into
dist/bin/extensions/myext...@foo.bar:

you need to add the extension files to the packaging manifest which is used
to create the installer. For Thunderbird, that is
mail/installer/windows/packages-static

If you haven't gotten files installed to
dist/bin/extensions/myext...@foo.bar yet, you need to look at the DOM
Inspector makefile: extensions/inspector/Makefile.in

--BDS

0 new messages