This is what I have so far:
CLS
@echo off
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! Some user interaction
ECHO will be requred for the installation to flow smoothly.
ECHO MADE POSSIBLE BY SYSTUM EBIN NOWELL
@echo Installing the K-Lite Codec Pack (Full) ...
@%systemdrive%\install\Applications\KLITE\klcodec_260f.exe /silent /LoadInf=".\klcpf.ini"
@echo Installing QuickTime Alternative ...
@%systemdrive%\install\Applications\QuickTimeAlternative\quicktimealt165.exe /silent /LoadInf=".\qtalt.ini" /TASKS="fa_wmp\qt"
@echo Installing Real Alternative ...
@%systemdrive%\install\Applications\RealAlternative\realalt145.exe /silent /LoadInf=".\realalt.ini"
ECHO.
ECHO Installing Trillian Pro
ECHO Please Wait...
%systemdrive%\install\applications\TrillianPro\Trillian.exe /S
ECHO.
ECHO Installing Winrar 3.50 Corp
ECHO Please Wait...
%systemdrive%\install\applications\wrar\WinRAR.exe /S
ECHO.
ECHO Installing Azureus
ECHO Please Wait...
%systemdrive%\install\applications\azur\Azureus.setup.exe /S
ECHO.
ECHO Installing MagicIso
ECHO Please Wait...
%systemdrive%\install\applications\miso\Setup_MagicISO.exe /S
ECHO.
ECHO WHEN FOUND NEW HARDWARE WIZARD APPEARS,
ECHO SELECT NEXT, AND
ECHO INSTALL AUTOMATICALLY!!!
ECHO THEN APPS WILL CONTINUE TO INSTALL.
ECHO.
ECHO Installing Alcohol 120
ECHO Please Wait...
%systemdrive%\install\applications\al120\setup.exe /quiet /norestart
ECHO.
ECHO Installing Nero 7
ECHO Please Wait...
%systemdrive%\install\applications\NERO7\Nero.msi TRANSFORMS=Nerocore.mst /qb-! /norestart
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]
"Serial7_1127858803"="xxxxxxxxxxxxxxxxxxxxxxxxxx"
ECHO.
ECHO Installing **** NFO Viewer
ECHO Please Wait...
%systemdrive%\install\applications\****\****.msi /qn
ECHO.
ECHO Installing Emule
ECHO Please Wait...
%systemdrive%\install\applications\emule\eMule.exe /S
ECHO.
ECHO Installing Jet Audio
ECHO Please Wait...
%systemdrive%\install\applications\jaudio\JetAudio.exe /S
ECHO.
ECHO Installing Symantec Antivirus 10
ECHO Please Wait...
%systemdrive%\install\applications\SAV\Symantec.msi /qn
ECHO.
ECHO Installing MS Office 2003 SP2
ECHO Please Wait...
%systemdrive%\install\applications\Office2003\PRO11.MSI /QB
ECHO.
ECHO Installing MS Front Page SP2
ECHO Please wait...
%systemdrive%\install\applications\FPSP2\FP11.MSI /QB
ECHO.
ECHO Installing DVD Decrypter
ECHO Please wait...
%systemdrive%\install\applications\dvddec\DVD.msi /quiet
ECHO.
ECHO Installing DVD Shrink
ECHO Please Wait...
%systemdrive%\install\applications\dvdshrink\Shrink.exe /s
ECHO.
ECHO Installing Macromedia Dreamweaver 8
ECHO Please Wait...
%systemdrive%\install\applications\MACDREAM8\Macromedia_Dreamweaver_8.msi Serailnumber=xxxxxxxxxxxxxxx /qb- Reboot=Suppress
ECHO.
ECHO Installing Macromedia Flash 8
Echo Please Wait...
%systemdrive%\install\applications\macflash8\MacromediaFlash8.msi Serailnumber=xxxxxxxxxxxxxx /qb- Reboot=Suppress
ECHO.
ECHO INSTALLING SONY VEGAS
ECHO Please Wait...
%systemdrive%\install\applications\Vegas\vegas60c.exe /S
ECHO.
ECHO INSTALLING APP...
%systemdrive%\install\applications\DVDaRCHITECT\dvdarchitect30.exe /S
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%\Drivers
RD /S /Q %systemdrive%\install
EXIT
I have not tested teh nero one yet, but i cannot get Sony Vegas or DVD Architect to work. Any Suggestions?



Help
Back to top








