Alexander S. Tereschenko wrote:
>>If you mean can you use the XPInstall engine apart from Mozilla the answer
>>is also yes -- that's how the Mozilla installers get Mozilla itself onto a
>>new machine. However there is a fair chunk of Mozilla that's downloaded
>>first as the xpinstall engine (xpcom.xpi) that you'd still have to
>>
> download
>
>>and use, although you could skip the install step for it and delete it
>>afterwards.
>>
>
> Any ideas on how can I do it ?
You'll have to experiment with the config.ini structure, but it looks like
if you add the DOWNLOAD_ONLY attribute to the xpcom.xpi component you'd get
that effect. That's on Windows, you might have to do some coding work to
implement the DOWNLOAD_ONLY feature on Mac or Linux.
-Dan Veditz