Jonathan Watt wrote: > I would like to create installers for modified builds of Mozilla and > Firefox. No additional downloadable components will be required since > I'm just adding svg support. I've been reading the instructions at: > > http://www.mozilla.org/projects/firefox/installer/build.html > http://www.mozilla.org/projects/xpinstall/wizard/windows/ > and surrounding docs > > I can build by just adding the file gdiplus.dll to > redist\microsoft\system, so to create the installer I think I just need > to change one or more of the scripts, but I'm not sure which one(s) or > what changes to make. Can anyone help me, or point me in the right > direction?
GdiPlus.dll is a MS redistributable file, right? If so you'd want to add it to the following places: http://lxr.mozilla.org/mozilla/source/xpinstall/packager/windows/makexpi.pl#82 http://lxr.mozilla.org/mozilla/source/xpinstall/packager/win_gre/makexpi.pl#82 http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/installer/makexpi.pl#69 -Dan Veditz _______________________________________________ Mozilla-xpinstall mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpinstall
