> Very nice installer! > > I have some ideas for 1.0 release and I wonder if they can all be > implemented with this tool: > > 1. Binaries should go to "Program Files\NAnt\bin" and should include *.exe, > *.dll but no *.xml (at least not by default) > > 2. I wonder if we could get rid of the *.pdb since they occupy about 50% of > all space used. > > 3. We should include the documentation. I think that "doc/help/**/*" is > enough. The docs should be either plain *.html or *.chm compressed files > (which I personally prefer). PDF would be nice as an option, too because > it's easy to print as a reference. >
Nothing of that sounds impossible. Inno has a Files section where you can add file by file, directories and wildcards. This is what it's designed for. > 4. We should also include the SDK docs as an option. > Inno has support for "componets" that you can select. That way parts can be installed. I haven't used it but I'm sure it's not that complicated. Also it's not too difficult to customize things. There is a pascal language for scripting. Very powerfull. /Nicke ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
