pulpfixtion Posted October 4, 2003 Posted October 4, 2003 (edited) I am a novice at this type of work and have spent hours setting up my .cmd files etc etc. The hotfix .cmd all work great. I have read the whole **** forum to ensure I get things right.Wasted disk after disk (untill I had a blonde moment and used CDRW!!)So burnt the disk with a blank XP.iso (off this site) after adding my files.Nice clean drive, formatted.. then the issue begins!The system boots - finds my cd - boots from CD - reassuring blue background with `select to install 3rd party raid etc..` THEN!!!"Please put the Windows XP service pack 1 CD in drive A" WHAT!!!!It has just been reading the CD so how can this be?My winnt.sif:;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS WaitForReboot="No" DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1[UserData] ProductKey=ooooppppsss FullName="Home" OrgName="User" ComputerName=*[Display] Vrefresh=72 [TapiLocation] CountryCode=44[RegionalSettings] LanguageGroup=1 SystemLocale=00000809 UserLocale=00000809 InputLocale=0809:00000809[Branding] BrandIEUsingUnattended=Yes[URL] Home_Page=http://www.google.co.uk[Proxy] Proxy_Enable=0 Use_Same_Proxy=1[Identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Components] msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off[GuiRunOnce]%systemdrive%\install\main_batch.cmd%systemdrive%\install\hotfixes\hotfixes1.cmd%systemdrive%\install\hotfixes\hotfixes2.cmd%systemdrive%\install\hotfixes\hotfixes3.cmd%systemdrive%\install\applications.cmdAny answers please Edited October 4, 2003 by pulpfixtion
SwedenXP Posted October 4, 2003 Posted October 4, 2003 May I see Your other .cmd files 2?It might give us some ideas of what went wrong.../ SwedenXP
pulpfixtion Posted October 4, 2003 Author Posted October 4, 2003 Np probs:My main batch:CLS@echo offECHO.ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registryECHO hacks being implemented. The computer will restart automaticallyECHO once the whole process has finished!ECHO.ECHO.ECHO Copying Tools...COPY "%systemdrive%\Install\Tools\deluser.exe" "%systemroot%\"COPY "%systemdrive%\Install\Tools\psshutdown.exe" "%systemroot%\"COPY "%systemdrive%\Install\Tools\pskill.exe" "%systemroot%\"ECHO.ECHO.ECHO Removing useless Wallpapers..............DEL "%systemroot%\Blue Lace 16.bmp"DEL "%systemroot%\Coffee Bean.bmp"DEL "%systemroot%\FeatherTexture.bmp"DEL "%systemroot%\Gone Fishing.bmp"DEL "%systemroot%\Greenstone.bmp"DEL "%systemroot%\Prairie Wind.bmp"DEL "%systemroot%\Rhododendron.bmp"DEL "%systemroot%\River Sumida.bmp"DEL "%systemroot%\Santa Fe Stucco.bmp"DEL "%systemroot%\Soap Bubbles.bmp"DEL "%systemroot%\Zapotec.bmp"DEL "%systemroot%\Web\Wallpaper\Crystal.jpg"DEL "%systemroot%\Web\Wallpaper\Friend.jpg"DEL "%systemroot%\Web\Wallpaper\Home.jpg"DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg"DEL "%systemroot%\Web\Wallpaper\Peace.jpg"DEL "%systemroot%\Web\Wallpaper\Power.jpg"DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg"DEL "%systemroot%\Web\Wallpaper\Radiance.jpg"DEL "%systemroot%\Web\Wallpaper\Ripple.jpg"DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg"DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg"DEL "%systemroot%\Web\Wallpaper\Ascent.jpg"DEL "%systemroot%\Web\Wallpaper\Autumn.jpg"DEL "%systemroot%\Web\Wallpaper\Azul.jpg"DEL "%systemroot%\Web\Wallpaper\Follow.jpg"DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg"DEL "%systemroot%\Web\Wallpaper\Tulips.jpg"DEL "%systemroot%\Web\Wallpaper\Wind.jpg"ECHO.ECHO.ECHO Removing useless shortcuts...........DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"ECHO.ECHO.ECHO Removing useless folders.RMDIR "%systemdrive%\Program Files\ComPlus Applications" /S /QRMDIR "%systemdrive%\Program Files\Online Services" /S /QRMDIR "%systemdrive%\Program Files\Uninstall Information" /S /QECHO.ECHO.ECHO Removing HotFix Log Files.DEL "%SYSTEMROOT%\*.log" /Q /FDEL "%SYSTEMROOT%\*.txt" /Q /FDEL "%SYSTEMROOT%\*.tmp" /Q /FDEL "%SYSTEMROOT%\TEMP\*.*" /Q /FECHO.ECHO.ECHO Deleting Useless Accounts....dont worry these are not required and hog spaceNET USER aspnet /DELETENET USER SUPPORT_388945a0 /DELETEECHO.ECHO.ECHO Removing Screensavers.............DEL "%systemroot%\system32\dllcache\scrnsave.scr"DEL "%systemroot%\system32\dllcache\ss3dfo.scr"DEL "%systemroot%\system32\dllcache\ssbezier.scr"DEL "%systemroot%\system32\dllcache\ssflwbox.scr"DEL "%systemroot%\system32\dllcache\ssmarque.scr"DEL "%systemroot%\system32\dllcache\ssmypics.scr"DEL "%systemroot%\system32\dllcache\ssmyst.scr"DEL "%systemroot%\system32\dllcache\sspipes.scr"DEL "%systemroot%\system32\dllcache\ssstars.scr"DEL "%systemroot%\system32\dllcache\sstext3d.scr"DEL "%systemroot%\system32\scrnsave.scr"DEL "%systemroot%\system32\ss3dfo.scr"DEL "%systemroot%\system32\ssbezier.scr"DEL "%systemroot%\system32\ssflwbox.scr"DEL "%systemroot%\system32\ssmarque.scr"DEL "%systemroot%\system32\ssmypics.scr"DEL "%systemroot%\system32\ssmyst.scr"DEL "%systemroot%\system32\sspipes.scr"DEL "%systemroot%\system32\ssstars.scr"DEL "%systemroot%\system32\sstext3d.scr"ECHO.ECHO.ECHO Copying patched UXTheme.dll...REN %systemroot%\System32\dllcache\uxtheme.dll uxtheme.oldCOPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\dllcache\"REN %systemroot%\System32\uxtheme.dll uxtheme.oldCOPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\"ECHO.ECHO.ECHO Installing DirectX 9.0bECHO Please wait...start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opkECHO.ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.regECHO.EXITMy first hotfix .cmd (it doesnt get this far though?)CLS@echo offECHO.ECHO Installing Windows Update Hotfixes........... have a cup of tea!!!!!ECHO.start /wait %systemdrive%\install\Hotfixes\1\Q323255.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q327696.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q328145.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q328310.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329048.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329115.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329170.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329256.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329390.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329441.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329604.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q329834.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q331320.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q331953.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q331958.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q810565.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q810577.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q810833.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q811493.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q811630.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q814033.EXE /Q /M /Z ECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q814995.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q815021.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q817606.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q819696.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q821557.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q823559.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\Q823980.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\KB329441.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\KB821557.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\KB823980.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\KB824105.EXE /Q /M /ZECHO Installing Hotfix....................................... please wait start /wait %systemdrive%\install\Hotfixes\1\KB824146.EXE /Q /M /ZEXITmmmmm.. I have looked at the root of my XP cd with SP1 slipstreamed and i had the following:1. $0em$2. I3863. Autorun.inf4. Setup.exeI am racking the grey matter here but shouldnt there be a couple of other files in the cd root???could this be it?
SwedenXP Posted October 4, 2003 Posted October 4, 2003 Should be a couple of more things there...Think this is the problema.Back to slipstreaming and burning again
pulpfixtion Posted October 4, 2003 Author Posted October 4, 2003 HA!! Would you believe it! A case of cant see the wood for trees!!I had the :1. win512. WIN51IP3. win51ip.SP1files missing !!!!! guess what - works a treat now doh!!Thanks gents
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now