Why is everyone talking about $OEM$/textmode does this realy work? I figured out when you need to have drivers in the textmode just place them in to the i386 folder and it works (although the nic drivers did work) ;S
-----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Patrick J. LoPresti Verzonden: maandag 14 juni 2004 20:33 Aan: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Onderwerp: Re: [Unattended] OEM Drivers By Group "Kevin P. Jacobson" <[EMAIL PROTECTED]> writes: > I would like something like this too. I think by the computer type > would be especially nice (HP zd7000, HP d530, Sony Vaio, IBM T20, > etc...). This way, a d530 wouldn't get all the drivers for a zd7000 > copied down to it's hard drive too...and it beats manually moving the > drivers around before doing an install. When you have OemPreinstall=Yes, as we do, everything under $OEM$ gets copied to the local drive. $1 gets copied to %SystemDrive$, $$ gets copied to SystemRoot, C gets copied to C:, and so on. This is independent of OemPnPDriversPath. The only way we could avoid this copying would be to disable the OemPreinstall mechanism and copy specific folders ourselves. But that would probably break the $OEM$/TEXTMODE mechanism. So we would have to leave OemPreinstall=Yes and tell people to put their drivers somewhere else for us to copy. I do not believe this would be worth the complexity. For more precise control over just OemPnPDriversPath, you could write some Perl code to generate it however you like. But since PnP drivers generally do not get installed unless they match the hardware, having extra things in the driver path usually does no harm. - Pat ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
