I finally got it!! I am currently running my unattended install inside VM Ware and glad to say that everything is there. All the accessories, IE, OE and the install went pretty much unattended. The Welcome to Windows XP screen did come up and go through the register now, create user, la la la, but if thats all I have to do, that was extremely easy and all my apps and drivers are being installed properly. Just wanted to say thanks to all the people here that made this possible, your the bomb Winnt.sif: ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS DriverSigningPolicy=Ignore WaitForReboot=No UnattendSwitch="no" OemPnPDriversPath="\Drivers\Catalyst3_6\2KXP_INF";"\Drivers\Nforce2" RePartition=No [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [userData] ProductKey='removed' FullName="Skipster" OrgName="Home" ComputerName=Skipster-Nforce2 [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=85 [TapiLocation] CountryCode=1 Dialing=Tone AreaCode=270 [branding] BrandIEUsingUnattended=Yes Home_Page=http://www.driverheaven.net [Proxy] Proxy_Enable=0 Use_Same_Proxy=1 [identification] JoinWorkgroup=HOMENET [Networking] InstallDefaultComponents=Yes [GuiRunOnce] %systemdrive%\install\main_batch.cmd Main_batch.cmd: CLS @echo off ECHO. ECHO STARTING CUSTOM INSTALLATION PROCESS...... ECHO. ECHO Adding Default User... net user Skipster /add net localgroup "administrators" Skipster /add ECHO. ECHO Applying Root Registry Tweaks... REGEDIT /S %systemdrive%\install\Reg_Root_Tweaks.reg ECHO. ECHO Copying patched UXTheme.dll for custom themes... REN %systemroot%\System32\dllcache\uxtheme.dll uxtheme.old COPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\dllcache\" REN %systemroot%\System32\uxtheme.dll uxtheme.old COPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\" ECHO. ECHO Installing MSN Messenger 6.0.0602 Final ECHO Please wait... start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB ECHO. ECHO Installing DirectX 9.0b ECHO Please wait... start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\WMP9\setup_wm.exe /Q:A /R:N ECHO. ECHO Installing Movie Maker 2.0 ECHO Please wait... start /wait %systemdrive%\install\MovieMaker\mm20.msi /qn ECHO. ECHO Installing Microsoft JavaVM 3809.1.... start /wait %systemdrive%\install\JavaVM\MSJava3809.exe /Q:A /R:N ECHO. ECHO Updating Microsoft JavaVM to 3810 ECHO Please wait... start /wait %systemdrive%\install\JavaVM\msjavx86_3810update.exe /Q:A /R:N ECHO. ECHO Applying Custom Registry Tweaks... REGEDIT /S %systemdrive%\install\Regtweaks.reg ECHO. Echo Installing Custom Applications... start /wait %systemdrive%\install\applications.cmd ECHO Installation complete. Press any key to continue... PAUSE EXIT Applications.cmd: CLS @echo off ECHO. ECHO Installing Diskeeper 7.0 ECHO Please Wait... start /wait %systemdrive%\install\Applications\Diskeeper\DiskeeperWorkstation.msi /QB ECHO. ECHO Installing Norton Internet Security 2003 ECHO Pleae Wait... start /wait %systemdrive%\install\APplications\NIS\NIS\NIS.msi /QB ECHO. ECHO Installing ATI Control Panel for Catalyst 3.6 ECHO Please wait... start /wait %systemdrive%\install\Applications\ATI_CP_3_6\Setup.exe -s -f1"%systemdrive%\install\Applications\ATI_CP_3_6\setup.iss" ECHO. ECHO Installing WinRAR 3.20 ECHO Please wait... start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s EXIT I had to call Applications.cmd from Main_batch.cmd because for some reason when I did not, both batches would run simultaneously, even though winnt.sif was set to call them in order. It works, I am happy and I owe you guys a beer. Thanks for the excellent articles, tutorials and the friendly site. Keep up the good work.