> I'm thinking at this point that the problem is with install.pl, that it's > not running properly. I'm actually running a bastard hybrid of rc2, rc3 > and rc5, and I think my pre-patched install.pl is the rc3 version, so that > might be the problem.
OK, I'm really confused now. I saw this in config.pl: ## Windows drivers scanning: uncomment to enable $u->{'_temp'}->{'scan_windrivers'} = ''; And this in install.pl: if ( $u->{'_temp'}->{'scan_windrivers'} ne '' ) { Which to me indicated that the required section in install.pl would never run. So I thought all I needed to do was change the '' to anything other than '', so I edited config.pl to: ## Windows drivers scanning: uncomment to enable $u->{'_temp'}->{'scan_windrivers'} = '1'; And the result was the search_win_drivers.log file now exists, but just contains "1", and unattend.txt shows scan_windrivers_dest_map = 1:drv-scan\1 Confused now... Steven Blackery ------------------------------------------------------------------------------ _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel