December 9, 200817 yr Hi everyone,I would like to so see if anyone has any ideas for this.My Company is trying to get sysprep working for images. It was working fine, but it was taking too long on a couple of our systems. Previously, I was using the -pnp switch when running the sysprep.exe, but I read on many forums that it was not nessesary. Since i removed that switch i have been having the issues where drivers are not installing. I have verifyed that the drivers are signed, so i know that is not an issue.here is what i have for the sysprep.inf file. any help would be appreciated.;SetupMgrTag[Unattended] OemSkipEula=Yes NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 InstallFilesPath=C:\sysprep\i386 DriverSigningPolicy = Ignore OEMPreInstall=yes KeepPageFile=0 OemPnPDriversPath="Drv\MISC\SMBus;Drv\Video\RadeonX1300Pro;Drv\Audio\ADI198xHD\i386\SMAXWDM\W2K_XP" UpdateUPHAL="ACPIAPIC_UP,%systemdrive%\i386\uniproc\mp2up.inf" TargetPath=\WINDOWS[GuiUnattended] AdminPassword="xxx" EncryptedAdminPassword=NO OEMSkipRegional=1 OEMDuplicatorstring="Sysprep" TimeZone=20 OemSkipWelcome=1 AutoLogon=Yes AutoLogonCount=3[UserData] ProductKey=xxxx-xxxx-xxxx-xxxx-xxxx FullName="xxx" OrgName="xxx" ComputerName=*[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60[TapiLocation] CountryCode=1 AreaCode=402 LongDistanceAccess="9"[GuiRunOnce] Command0=c:\temp\pcsetup\stage.bat[Identification] JoinWorkgroup=TEMP[Networking] InstallDefaultComponents=Yes[Sysprep] BuildMassStorageSection = Yes[sysprepcleanup]
December 9, 200817 yr Author i found my answer in http://www.msfn.org/board/index.php?showtopic=121441needed to add the UpdateInstalledDrivers = Yes to the sysprep.inf file
Create an account or sign in to comment