I have nearly 10-15 different hardware models in my network and I have to choose the drivers for each.
I created the $1 folder under I386\$OEM$ and placed the driver folders. The problem is, for each hardware model I have to choose more than one driver folder before installation. Let me explain it in an example : Let's say I have modelA , modelB and modelC folders under I386\$OEM$\$1 Every folder contains different folders for different driver types like VGA, LAN, CHIPSET, etc.. When I place them in their corresponding folders, the script is asking me to choose driver folders like below : modelA\lan modelA\vga modelA\audio modelA\chip modelB\lan modelB\vga modelB\audio ... Instead of this, I want the perl script to scan all folders under $1 but list only the first level folders so that when i choose a model's folder it also includes subfolders while writing their paths into the unattended.txt like below : modelA (choosing any of these options will include also subfolders of each in unattended.txt) modelB modelC so far I have found two sections about my question in two files : WinMedia.pm and install.pl. I don't have perl knowledge but I think this functionality would bring pretty good flexibility for different needs. Any ideas? Ali Ozinan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
