Sorry i forgot to add my folder structure and here's also my RUN1_XP-64.bat & RUN2_XP-64.bat and also i deleted some stuff from the addons.
RUN1_XP-64
rem fix Quick Launch toolbar (broken by IE8 installer)
MkDir "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch"
MkDir "%SystemDrive%\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch"
rem core OS updates
%Source%RunOnce\vcredist_x64.exe /Q
%Source%RunOnce\dotnetfx35.exe /Passive /NoRestart
%Source%RunOnce\directx_mar2009_redist.exe /Q /T:%Temp%\DirectX
%Temp%\DirectX\DXsetup.exe /Silent
RmDir /S /Q %Temp%\DirectX
%Source%RunOnce\WindowsUpdateAgent30-x64.exe /Q /WUforce
rem compressor/decompressor utilities
%Source%AddOns\wrar380.exe /S
msiexec /I %Source%AddOns\7z465-x64.msi /Passive /NoRestart
rem Tweak UI
"%ProgramFiles%\7-Zip\7z" X %Source%AddOns\TweakUIPowertoySetup_amd64.exe -O%SystemRoot%
If exist %SystemRoot%\TweakUI.exe Copy "%Source%AddOns\Tweak UI.lnk" "%AllUsersProfile%\Start Menu\Programs\"
rem Daemon Tools (Part 1)
%SystemRoot%\daemon\dt410x64.exe
RmDir /S /Q %SystemRoot%\daemon
"%ProgramFiles%\7-Zip\7z" X %Source%AddOns\daemon4304-lite.exe -O%Temp%\Daemon
%Temp%\Daemon\$PLUGINSDIR\SPTDinst-v159-x64.exe Add /Q
RmDir /S /Q %Temp%\Daemon
rem initialise account, setup for second pass, install Internet Explorer 8 and force reboot
Start %Source%RunOnce\AccountInit.bat %Source%
RUN2_XP-64
rem startup delay to allow disk thrashing to subside before proceeding
TimeOut /T 120
rem you must use either %Source% or %1 when referring to files on the install media
Set Source=%1
rem browser plugins
%Source%AddOns\install_flash_player_10_active_x.exe /S
%Source%AddOns\install_flash_player.exe /S
%Source%AddOns\Shockwave_Installer_Full.exe /S
%Source%AddOns\Silverlight.exe /Q
rem Java runtime enviroment
%Source%AddOns\jre-6u14-windows-i586.exe ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 /Passive /NoRestart
%Source%AddOns\jre-6u14-windows-x64.exe ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 /Passive /NoRestart
rem Notepad++
%Source%AddOns\npp.5.4.5.Installer.exe /S
rem PDF readers
%Source%AddOns\AdbeRdr910_Lite_en_US-9.1.0.29.exe ALLUSERS=1 /Passive /NoRestart
%Source%AddOns\AdbeRdr910_en_US.exe /sPB /rs /msiEULA_ACCEPT=YES
rem nLitey type thingys
%Source%AddOns\autoit-v3-setup.exe /S
%Source%AddOns\wmp11slips1.4i.exe /Silent
%Source%AddOns\nLite-1.4.9.1.installer.exe /Silent
rem (almost) every video codec known to man
%Source%AddOns\vlc-0.8.6c-win32.exe /S
%Source%AddOns\klmcodec500.exe /Silent /NoRestart /LoadInf=".\klmcp.ini"
%Source%AddOns\qtlite290.exe /Silent /NoRestart /LoadInf=".\qtlite.ini"
%Source%AddOns\klcp64v250.exe /Silent
rem YouTube downloader
%Source%AddOns\save2pc_light_setup.exe /Silent
rem Daemon Tools (Part 2)
%Source%AddOns\DAEMON_Tools_Lite_4-30-4_with_SPTD_1-58.exe
If Not exist %Source%AddOns\DAEMON_Tools_Lite_4-30-4_with_SPTD_1-58.exe %Source%AddOns\daemon4304-lite.exe /S
rem basic freeware CD/DVD burners
%Source%AddOns\SetupImgBurn_2.5.0.0.exe /S
%Source%AddOns\cdbxp_setup_4.2.4.1430.exe /Silent
rem anti-spyware
msiexec /I %Source%AddOns\WindowsDefenderX64.msi ALLUSERS=1 REBOOT=SUPRESS CHECK_WGA=0 LAUNCHPROGRAM=0 LAUNCHSCAN=0 /Passive /NoRestart
%Source%AddOns\mpas-feX64.exe /Q
rem optional disk check
rem FSutil Dirty Set %SystemDrive%
ShutDown /R /F /T 20