Sysprep and cmdlines.txt
jpweb63 Jan 29, 2008 5:08 AM
I am trying to run cmdlines.txt when using sysprep to install some drivers but sysprep seems to reboot before these drivers are installed. When I look in the setupact.log I can see each setup.exe I am trying to run with an Exit code of 0 which I believe mean successful but the drivers don't get installed. I can tell the drivers are not being installed because the mini setup run through so fast. Sysprep Unattended section looks like: DriverSigningPolicy=Ignore OemSkipRegional=1 OemSkipEula=Yes OEMSkipWelcome=1 InstallFilesPath=C:\sysprep\i386 TargetPath=\WINDOWS Contents fo cmdlines.txt "c:\drivers\Chipset\setup.exe -s" "c:\drivers\amtheci\setup.exe -s" "c:\drivers\amtsol\setup.exe -s" "c:\drivers\Video\setup.exe -s" "c:\drivers\Audio\setup.exe -s" "c:\sysprep\sysprep.exe -clean -quiet"
Thank for any help,
Jerry