aerain Posted November 25, 2004 Posted November 25, 2004 Hello, All!I'm not sure what happened but, while windows is installing, right after the product key entry, I get a window to confirm the date. I followed all the directions on the site for an unattended install but I keep getting that screen!Here's my Batch file:@ECHO OFFTITLE Installing all the Required Programs for My PCECHO.ECHO Installing Hotfixes as of 11/24/04ECHO Please wait...start /wait %systemdrive%\install\hotfixes.cmdECHO Done.ECHO.ECHO Installing Adobe Acrobat 6.0.1ECHO Please wait...start /wait %systemdrive%\install\Adobe6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""ECHO Done.ECHO.ECHO Installing Google Toolbar 5.5ECHO Please wait...start /wait %systemdrive%\install\GoogleToolbar\GoogleToolbarInstaller.exe /s /qnECHO Done.ECHO.ECHO Installing Windows Media Player 10.0ECHO Please wait...start /wait %systemdrive%\install\WMP10\MP10Setup.exe /qECHO Done.ECHO.ECHO Installing Directx 9.0cECHO Please wait...start /wait %systemdrive%\Install\Directx9c\dxsetup.exe /SILENTECHO Done.ECHO.ECHO Installing Quicktime 6.7ECHO Please wait...start /wait start /wait %systemdrive%\Install\quicktime\QuickTimeFullInstaller.exe /VERYSILENT /SP-ECHO Done.ECHO.ECHO Installing nVidia Display Drivers v61.77ECHO Please wait...start /wait %systemdrive%\Install\nVidia\setup.exe /s /v"/qb"ECHO Done.ECHO.ECHO Installing ISOBusterECHO Please wait...start /wait %systemdrive%\Install\ISOBuster\ISOBuster.exe /VERYSILENT /SP-pskill ISOBusterECHO Done.ECHO.ECHO Installing Microsoft Virtual PC 2004ECHO Please wait...start /wait %systemdrive%\Install\VirtualPC\Setup.exe -s -v"-qnpidkey=pidkeynumberallusers=2"ECHO Done.ECHO.ECHO Installing Yahoo Messanger 6.0ECHO Please wait...start /wait %systemdrive%\Install\Yahoo\ymsgrie.exe /sECHO Done.ECHO.ECHO Installing DVD Shrink 2.0.15ECHO Please wait...start /wait %systemdrive%\Install\DVDShrink\dvdshrink.exe /SUPERSILENTECHO Done.ECHO.ECHO Installing Winrar 3.41ECHO Please wait...start /wait %systemdrive%\Install\Winrar\wrar341.exe /sECHO Done.ECHO.ECHO Installing Office 2003ECHO Please wait...start /wait %systemdrive%\install\Office2003\setup.exe TRANSFORMS=%systemdrive%\install\office2003\Unattended.MST /qbECHO Done.ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.regECHO Done.ECHO.ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\installECHO.ECHO Restarting the PC in 60 seconds...shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 30 seconds, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"ECHO Done.EXIT
Astalavista Posted November 25, 2004 Posted November 25, 2004 check your bios make sure you hv the current date and time.
aerain Posted November 25, 2004 Author Posted November 25, 2004 Thanks for responding, Astalavista!I found the problem: Under the GUIUnattended section, the TIMEZONE line is missing. Now, I'm just trying to figure out what timezone I should put since I live in Pacific Time. Any thoughts on this? Thanks!
Astalavista Posted November 25, 2004 Posted November 25, 2004 hahhahahahhe said pacific...saipan, guam, hawaii, etc.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now