Tyler Hepworth <[EMAIL PROTECTED]> writes: > Is it possible to add custom questions to the initial install dialog > without modifying install.pl? I have already made one patch to > install.pl but I want to stay away from that if possible so that I > don't run into problems with upgrades.
Yes. See the "Programmatic Configuration" section in http://unattended.sourceforge.net/advanced.html . Basically, you use the "$u" hash to add a new [_meta] variable. Or better yet, you use it to create an entire new section (call it [_local] or [_site] or something) and put your variables in there. Can you give an example of something you are trying to do? - Pat ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
