Jump to content

abumohamed

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Saudi Arabia

Everything posted by abumohamed

  1. Hi all i succeed to made my unattended in 2 cd but First of all i want to thank evrybody in this site because i learn many things here. You ned to put this in your start.cmd to change cd and continue installation ECHO. ECHO Changing the cd ECHO Please wait... PING -n 61 127.0.0.1>nul start /wait wscript %CDROM%\$OEM$\cd_prompt.vbs open your notepad and past this code MsgBox "Please insert CD2 Office2003. When the drive is done, press OK", vbOKOnly, "Please, Replace CD" save it as cd_prompt.vbs and put it in $OEM$ folder make a copy of distribution folder ($oem$) in the second cd and creat folder called software in bouth cd. my start.cmd @echo off IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: TITLE Windows XP SP2- Unattended Installation ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO tweaks being implemented. The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO Installing WinRAR 3.30-Plus ECHO Please wait... start /wait %CDROM%\Software\WinRAR\wrar330-Plus.exe /s ECHO. ECHO Installing Flashget 1.6 ECHO Please wait... start /wait %CDROM%\Software\flashget\fgf160.exe /S ECHO. ECHO Registering Flashget 1.6... REGEDIT /S %CDROM%\Software\flashget\register.reg ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %CDROM%\Software\Nero\register.reg ECHO. ECHO Installing Nero Burning ROM v6.0.0.28 Ultra Edition ECHO Please wait... start /wait %CDROM%\Software\Nero\Nero60028.exe /silent /noreboot /no_ui /sn=1A23-1180-4038-4227-3743-8855 /write_sn ECHO. ECHO Changing the cd ECHO Please wait... PING -n 61 127.0.0.1>nul start /wait wscript %CDROM%\$OEM$\cd_prompt.vbs ECHO. ECHO Installing Real Player One v10 ECHO Please wait... start /wait %CDROM%\Software\RealPlayer\RealPlayer10GOLD.exe /s ECHO. ECHO Installing Sun Java VM 1.4.2 ECHO Please wait... start /wait %CDROM%\Software\SunJava\j2re-1_4_2-windows-i586.exe /s /v/qn ECHO. ECHO Installing MSN Messenger 6.0.0137 Final ECHO Please wait... start /wait %CDROM%\Software\MSN\MsnMsgs.msi /QB ECHO. ECHO Installing Adobe Reader 6.0.1 ECHO Please wait... start /wait %CDROM%\Software\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" ECHO. ECHO Installing ACDSee 6.0.6 PowerPack ECHO Please wait... start /wait %CDROM%\Software\ACDsee\ACDSee606PowerPack.exe ECHO. ECHO Installing Office 2003 Professional without Frontpage ECHO Please wait... start /wait %CDROM%\Software\Office\setup.exe /QB ECHO. ECHO Installing Microsoft Office FrontPage 2003 ECHO Please wait... start /wait %CDROM%\Software\Frontpage\setup.exe /QB ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %CDROM%\install\RegTweaks.reg ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install EXIT my CDs After the first logoin the installation of WinRAR , Flashget 1.6 and Nero Burning ROM will star then you will see Changing the cd Please wait... at this point you must remove the cd and insert the second cd and wait untill you see cd prompt ask you to press ok then the installation of the applications or software will resume. you can change software as you like. I tried my best english and i am sorry if it's not good Folders4BouthCd.rar CLS start.cmd
×
×
  • Create New...