Jump to content

Date Verification


Recommended Posts

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 OFF

TITLE Installing all the Required Programs for My PC

ECHO.

ECHO Installing Hotfixes as of 11/24/04

ECHO Please wait...

start /wait %systemdrive%\install\hotfixes.cmd

ECHO Done.

ECHO.

ECHO Installing Adobe Acrobat 6.0.1

ECHO Please wait...

start /wait %systemdrive%\install\Adobe6\AdbeRdr60_enu_full.exe

-p"-s /v\"/qn\""

ECHO Done.

ECHO.

ECHO Installing Google Toolbar 5.5

ECHO Please wait...

start /wait

%systemdrive%\install\GoogleToolbar\GoogleToolbarInstaller.exe /s

/qn

ECHO Done.

ECHO.

ECHO Installing Windows Media Player 10.0

ECHO Please wait...

start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q

ECHO Done.

ECHO.

ECHO Installing Directx 9.0c

ECHO Please wait...

start /wait %systemdrive%\Install\Directx9c\dxsetup.exe /SILENT

ECHO Done.

ECHO.

ECHO Installing Quicktime 6.7

ECHO Please wait...

start /wait start /wait

%systemdrive%\Install\quicktime\QuickTimeFullInstaller.exe

/VERYSILENT /SP-

ECHO Done.

ECHO.

ECHO Installing nVidia Display Drivers v61.77

ECHO Please wait...

start /wait %systemdrive%\Install\nVidia\setup.exe /s /v"/qb"

ECHO Done.

ECHO.

ECHO Installing ISOBuster

ECHO Please wait...

start /wait %systemdrive%\Install\ISOBuster\ISOBuster.exe

/VERYSILENT /SP-

pskill ISOBuster

ECHO Done.

ECHO.

ECHO Installing Microsoft Virtual PC 2004

ECHO Please wait...

start /wait %systemdrive%\Install\VirtualPC\Setup.exe -s

-v"-qnpidkey=pidkeynumberallusers=2"

ECHO Done.

ECHO.

ECHO Installing Yahoo Messanger 6.0

ECHO Please wait...

start /wait %systemdrive%\Install\Yahoo\ymsgrie.exe /s

ECHO Done.

ECHO.

ECHO Installing DVD Shrink 2.0.15

ECHO Please wait...

start /wait %systemdrive%\Install\DVDShrink\dvdshrink.exe

/SUPERSILENT

ECHO Done.

ECHO.

ECHO Installing Winrar 3.41

ECHO Please wait...

start /wait %systemdrive%\Install\Winrar\wrar341.exe /s

ECHO Done.

ECHO.

ECHO Installing Office 2003

ECHO Please wait...

start /wait %systemdrive%\install\Office2003\setup.exe

TRANSFORMS=%systemdrive%\install\office2003\Unattended.MST /qb

ECHO Done.

ECHO.

ECHO Applying Registry Tweaks...

REGEDIT /S %systemdrive%\install\RegTweaks.reg

ECHO Done.

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\Drivers

RD /S /Q %systemdrive%\install

ECHO.

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

Link to comment
Share on other sites


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!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...