I am doing something lazy, I simply modify the install.pl to choose ALL driver to install (never ask the question and install all driver).
I commen out the lines
my @selected_dirs = multi_choice ('Please choose driver(s) to add.',
sort @pnp_driver_dirs);
and
my $ret = join ';', @selected_dirs;
and add this line
my $ret = join ';', @pnp_driver_dirs;
See if these information useful.
William
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
