Lo peeps...need a spot of advice again. I Hve got my unattended dvd workin ok, except the reg file (registry.reg) doesn't import during install, "install" folders are not deleted after setup, also i never see the "Windows XP will now restart in 5 seconds" window. Could one of the updates be causing a re-hoot automatically? Could someone please ave a look at my files and see if there's something i've missed out on? Many thanx in advance if you can. CLS @echo off TITLE Snakefoods Uber-L337 Install.... ECHO. ECHO The system will now install a series of software appz, ECHO followed by the a set of tweaks to the Registry.... ECHO ....... ECHO ECHO This may take a lil while if u got a humilipc..... :D ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\registry.reg ECHO. ECHO Extracting Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003.exe /s ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=%systemdrive%\install\Applications\OfficeXP\Unattended.MST /qb- ECHO. ECHO Installing WinRAR 3.3 Plus ECHO If you thought office was a long wait.... start /wait %systemdrive%\install\Applications\wrar330.exe /s ECHO. ECHO Installing 3D Mark 01 ECHO Please wait... start /wait %systemdrive%\install\Applications\3DMark01.exe ECHO. ECHO Installing 3DMark03 ECHO Please wait... start /wait %systemdrive%\install\Applications\3DMark03.exe ECHO. ECHO Installing AC3Filter ECHO Please wait... start /wait %systemdrive%\install\Applications\AC3Filter.exe ECHO. ECHO Installing Ad-aware6 Pro ECHO Please wait... start /wait %systemdrive%\install\Applications\Ad-aware6Professional.exe ECHO. ECHO Installing AdobeAcrobat ECHO Please wait... start /wait %systemdrive%\install\Applications\AdobeAcrobat.exe ECHO. ECHO Installing OpenTarget Tweak ECHO Please wait... start /wait %systemdrive%\install\Applications\OpenTarget.exe ECHO. ECHO Installing Alcohol ECHO Please wait... start /wait %systemdrive%\install\Applications\Alcohol.exe ECHO. ECHO Installing BitTorrent Client ECHO Please wait... start /wait %systemdrive%\install\Applications\BitTorrentS-5.8.7.exe ECHO. ECHO Installing CopyToDVD ECHO Please wait... start /wait %systemdrive%\install\Applications\CopyToDVD.exe ECHO. ECHO Installing Diskeeper ECHO Please Wait... start /wait %systemdrive%\install\Applications\Diskeeper.exe ECHO. ECHO Installing DivX ECHO Please wait... start /wait %systemdrive%\install\Applications\DivX.exe ECHO. ECHO Installing DvD Decrypter ECHO Please wait... start /wait %systemdrive%\install\Applications\Decrypter.exe ECHO. ECHO Installing Fraunhofer ECHO Please wait... start /wait %systemdrive%\install\Applications\Fraunhofer.exe ECHO. ECHO Installing GSpot ECHO Please wait... start /wait %systemdrive%\install\Applications\GSpot.exe ECHO. ECHO Installing Huffyuv ECHO Please wait... start /wait %systemdrive%\install\Applications\Huffyuv.exe ECHO. ECHO Installing IsoBuster 1.5 ECHO Please wait... start /wait %systemdrive%\install\Applications\IsoBuster1.5.exe ECHO. ECHO Installing LSX-MPEG Suite ECHO Please wait... start /wait %systemdrive%\install\Applications\LSX-MPEGSuite.exe ECHO. ECHO Installing DreamWeaver 2004 ECHO Ope ya still waitin..... start /wait %systemdrive%\install\Applications\MacromediaDreamweaverMX2004.exe ECHO. ECHO Installing MakeTorrent2 ECHO Please wait... start /wait %systemdrive%\install\Applications\MakeTorrent2.exe ECHO. ECHO Installing MircInvision ECHO Please wait... start /wait %systemdrive%\install\Applications\MircInvision.exe ECHO. ECHO Installing MSN ECHO Please wait... start /wait %systemdrive%\install\Applications\MSN.exe ECHO. ECHO Installing Nero6.3 ECHO Please wait sum more... start /wait %systemdrive%\install\Applications\Nero6.3.exe ECHO. ECHO Installing PowerDVD ECHO Please wait... start /wait %systemdrive%\install\Applications\PowerDVD5.exe ECHO. ECHO Installing RealPlayer ECHO Please wait... start /wait %systemdrive%\install\Applications\RealPlayer.exe ECHO. ECHO Installing DVD Shrink ECHO Please wait... start /wait %systemdrive%\install\Applications\Shrink.exe ECHO. ECHO Installing Winamp 2.91 ECHO Please wait... start /wait %systemdrive%\install\Applications\Winamp.exe ECHO. ECHO Installing XviD ECHO Please wait... start /wait %systemdrive%\install\Applications\XviD.exe ECHO. ECHO Installing TMPGEnc ECHO Please wait...Only 3 more..... start /wait %systemdrive%\install\Applications\TMPGEnc.exe ECHO. ECHO Installing Q817787 for Windows Media Player 8 ECHO Please wait... start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:N ECHO. ECHO Installing Q832483 Buffer overrun in an MDAC function could allow code execution start /wait %systemdrive%\install\hotfixes\ENU_Q832483_MDAC_X86.EXE /C:"dahotfix.exe /q /n" /q ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install ECHO. ECHO Deleting Driver Installation Files... RD /S /Q %systemdrive%\Drivers ECHO. ECHO Restarting the PC in 5 seconds... shutdown.exe -r -f -t 05 -c "Windows XP will now restart in 5 seconds" Will add my reg file as attachment..no need to cluter up phorum.. Greatly appreciate it if anyone can suss this out. Edit: Grammatically tidied as requsted... registry.reg