abbadon Posted February 23, 2005 Posted February 23, 2005 ok i built and distro with drivers in it and winnt.sif with the winnt.sif the install canft find watchdriversigningpolicy.exe i remove it and install continues to the t-30 mark installing network and then hangs any ideas what i did wrong here is some more infocd layout xpcd\i386xpcd\$OEM$\$1\driversxpcd\$OEM$\appshave setdevicepath.exe and watchdriversigningpolicy.exe in xpcd\$OEM$\$1\driverspresetup.cmd and winnt.sif are in xpcd\i386presetup.cmdset tagfile=\WIN51for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i:%SystemDrive%cd %SystemRoot%\system32if exist setup.exe ren setup.exe setupold.exeif exist setupORG.exe ren setupORG.exe setup.exe%CDDRIVE%\$OEM$\$1\drivers\SetDevicePath.exe %CDDRIVE%\driversstart %CDDRIVE%\drivers\WatchDriverSigningPolicy.exestart /WAIT setup.exe %*EXITwinnt.sif[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS FileSystem=* UnattendSwitch="yes" WaitForReboot="No" ;DriverSigningPolicy=Ignore ;NonDriverSigningPolicy=Ignore ;OemPnPDriversPath="drivers\001_chipset;drivers\002_network;drivers\003_graphics;drivers\004_sound;drivers\005_touchpad;drivers\006_ata;drivers\007modem;drivers\008_keypoard" ;DriverSigningPolicy=ignore Hibernation=No[GuiUnattended] AdminPassword="XXXXXXX" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=5 OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=1[UserData] ProductKey=XXXX-XXXX-XXXX-XXXX-XXXX FullName="XXXX XXXXXXX" OrgName="XXXXXXX" ComputerName=XXXXXXXX[SystemFileProtection] SFCQuota=0[Display] BitsPerPel=32 Xresolution=1280 YResolution=1024 Vrefresh=75[TapiLocation] CountryCode=1 AreaCode=850[RegionalSettings] LanguageGroup=1 Language=00000409[Branding] BrandIEUsingUnattended=Yes[URL] Home_Page=about:blank Help_Page=about:blank Search_Page=about:blank[Proxy] Proxy_Enable=0 Use_Same_Proxy=1[Identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=No[Components] msmsgs=off msnexplr=off freecell=on hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [Shell] DefaultStartPanelOff = Yes DefaultThemesOff = Yes [GuiRunOnce]%systemdrive%\install\RunOnceEx.cmd thanks for the help in advance
TjobzzZ Posted February 23, 2005 Posted February 23, 2005 Maybe just remove the entire lines with the ; in front of it.But I don't know since I don't exactly understand what the problem is...
gunsmokingman Posted February 23, 2005 Posted February 23, 2005 (edited) Here I re did your script Your Codeset tagfile=\WIN51for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set C1=%%i:%SystemDrive%cd %SystemRoot%\system32if exist setup.exe ren setup.exe setupold.exeif exist setupORG.exe ren setupORG.exe setup.exe%CDDRIVE%\$OEM$\$1\drivers\SetDevicePath.exe %CDDRIVE%\driversstart %CDDRIVE%\drivers\WatchDriverSigningPolicy.exestart /WAIT setup.exe %*EXIT My Edit Try Thisecho offcls && Color 9efor %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:\WIN51" set C1=%%i:set D1=%SystemRoot%\system32\if exist %D1%setup.exe ren %D1%setup.exe setupold.exeif exist %D1%setupORG.exe ren %D1%setupORG.exe setup.exestart /w %C1%\$OEM$\$1\drivers\SetDevicePath.exe start /w %C1%\$OEM$\$1\drivers\WatchDriverSigningPolicy.exeEXIT Edited February 23, 2005 by gunsmokingman
abbadon Posted February 23, 2005 Author Posted February 23, 2005 TjobzzZ the problem is this when i try and use the install with the winnt.sif the install cannot find the WatchDriverSigningPolicy.exe but when i remove the winnt.sif install finds the file and continues like it should untill the 30 min mark at that time it stops at installing network i thought it might be the network drivers that it was installing at that point so i removed the updated drivers thanks gunsmokingman im giving it a try right now and we will see how it goes
abbadon Posted February 23, 2005 Author Posted February 23, 2005 hey gunsmokingman i tried you script and well it stops responding ill post a screen shot
abbadon Posted February 23, 2005 Author Posted February 23, 2005 gunsmokingman modified the code a little bityour codeecho offcls && Color 9efor %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:\WIN51" set C1=%%i:set D1=%SystemRoot%\system32\if exist %D1%setup.exe ren %D1%setup.exe setupold.exeif exist %D1%setupORG.exe ren %D1%setupORG.exe setup.exestart /w %C1%\$OEM$\$1\drivers\SetDevicePath.exestart /w %C1%\$OEM$\$1\drivers\WatchDriverSigningPolicy.exeEXITmodified codeecho offcls && Color 9efor %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:\WIN51" set C1=%%i:set D1=%SystemRoot%\system32\if exist %D1%setup.exe ren %D1%setup.exe setupold.exeif exist %D1%setupORG.exe ren %D1%setupORG.exe setup.exestart /w %C1%\$OEM$\$1\drivers\SetDevicePath.exestart /w %C1%\$OEM$\$1\drivers\WatchDriverSigningPolicy.exestart /WAIT setup.exe %*EXITstill not respoinding when it starts up but if i reset the machine when it is not responding it goes past that point but still hangs at t-30 min not sure what the issue is there i even removed the lines like was previously suggested but to no avail pls help it seems like it only does it when the winnt.sif is added
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now