rvj wrote: > Is the current win32 installer customisable? > > I dont know much about the C source (i.e. only xul and script) but am I > correct in thinking that the Mozilla installer code is available and > presumably can be modified to build a customised installer? > > I presume knowledge of C++ is required ? > > Anything else? > > i.e. is this a relativley easy thing to do?
Yes, it's easy. Depending on how close to Mozilla your product is you may be able to change just a few strings in a text config file. > Ps please advise if this the wrong newsgroup It's not the best one for detailed help on this subject, try netscape.public.mozilla.xpinstall (I've cross-posted and set followups there). Directions on how to package Mozilla into an installer can be found at http://www.mozilla.org/build/distribution.html which should give you some starting point for modifications, especially if you're thinking more of a re-branded Mozilla rather than an entirely different kind of thing. For the latter you'll definitely need additional pointers. -Dan Veditz
