sysprep and mutliple chipsets

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

ok...i have successfully made one image for our corp, but even then we would
run chipset exe's to install the correct chipset. But they now want me to
have it install chipsets when we sysprep, im been on this for a week and
cant get it to go, i add all INF files to a folder and put it in the
Oempnpdriverspath= , any other ideas on how to do this , and can this be
done,


BTW - Intel 815, 845, and 865 chipsets


Thanks
 
on the ris image, at same level as i386 dir, create the folder path
$oem$\$1\drivers\chipset\

When I say level, i do *not* mean i386\$oem$\ I made that mistake and
couldnt figure out what was going on ;)

Then, in the drivers\scsi folder, stick the drivers in and add the following
lines to [unattended] of your .sif

OemPreinstall = yes
OemPnpDriversPath = drivers\chipset\

reckon that should sort it.


It does work, I've certainly done it for the 845 chippy anyway
 
Back
Top