This setup installs the following:
Alcohol 120 v1.9.2.1705 retail multi-language
WinRAR v3.30 corporate edition
WGET v1.9beta w/ssl support
Nero v6.3.1.15 ultra edition
mIRC v6.16 incl dccassist 1.72
UltraVNC Viewer
Putty v0.55
K-Lite Mega Codec Pack
Adobe Acrobat Reader v6.01 Full
Azureus v2.1.0.4
SecureCRT v4.1.0.205
Total Commander v6.01
SiSoft Sandra v2004 10.9.89 Retail
Trillian Pro v2.013
SpyBot Search & Destroy v1.3 (also schedules silent scans every 5 days)
These are the files in my $OEM$\$$\SYSTEM32 folder:
start.cmd
sleep.exe
vncviewer.exe
putty.exe
shortcut.exe
unrar.exe
ssleay32.dll
libeay32.dll
wget.exe
This file will download the list of packages from the webserver & then run wget against the list of URLS to d/l the RARs & CMD files.
$OEM$\$$\SYSTEM32\START.CMD
cls @echo off echo Downloading Packages... md %systemdrive%\install wget -P%systemdrive%\install\ http://bender/unattend/url_list.txt wget -P%systemdrive%\install\ -i%systemdrive%\install\url_list.txt %systemdrive%\install\apps.cmd
Now setup a web server (you can use an ftp server but you will need to alter the batch files)
The webserver needs the to have the following directories:
/unattend/ - Put the cmd & url_list files here.
/unattend/apps - Put your application rars here.
/unattend/updates - Put your hotfixes here.
/unattend/tweaks - Put your reg hacks here.
Now you need to put the following files in their corresponding directories on the web server.
/UNATTEND/url_list.txt
http://bender/unattend/apps/alcohol.rar http://bender/unattend/apps/winrar330.rar http://bender/unattend/apps/firefox.rar http://bender/unattend/apps/sunjava.rar http://bender/unattend/apps/nero.rar http://bender/unattend/apps/klmcodec.rar http://bender/unattend/apps/mirc.rar http://bender/unattend/apps/adoberd.rar http://bender/unattend/apps/spybotsd.rar http://bender/unattend/apps/azureus.rar http://bender/unattend/apps/securecrt.rar http://bender/unattend/apps/tcmdr601.rar http://bender/unattend/apps/sandra.rar http://bender/unattend/apps/trillian.rar http://bender/unattend/updates/netfw11.rar http://bender/unattend/tweaks/tweaks.reg http://bender/unattend/apps.cmd http://bender/unattend/updates.cmd
/UNATTEND/APPS.CMD
@echo off ECHO. ECHO Installing Winrar v3.30 Corporate Edition... unrar x %SYSTEMDRIVE%\install\winrar330.rar %SYSTEMDRIVE%\install start /wait %SYSTEMDRIVE%\install\winrar330\winrar330.exe /s REGEDIT /S %SYSTEMDRIVE%\install\winrar330\cascade.reg etc... etc... etc... %SYSTEMDRIVE%\install\updates.cmd
/UNATTEND/UPDATES.CMD
@echo off ECHO. ECHO Installing .NET Framework v1.1... unrar x %SYSTEMDRIVE%\install\netfw11.rar %SYSTEMDRIVE%\install start /wait %SYSTEMDRIVE%\install\netfw11\netfx.msi /QB %SYSTEMDRIVE%\install\cleanup.cmd
/UNATTEND/CLEANUP.CMD
ECHO. ECHO Cleaning up... del "%ALLUSERSPROFILE%\Start Menu\Set Program Access and Defaults.lnk" del "%ALLUSERSPROFILE%\Start Menu\Windows Catalog.lnk" del "%ALLUSERSPROFILE%\Start Menu\Windows Update.lnk" del "%ALLUSERSPROFILE%\Start Menu\Programs\MSN Explorer.lnk" del "%ALLUSERSPROFILE%\Start Menu\Programs\Windows Messenger.lnk" del "%ALLUSERSPROFILE%\Start Menu\Programs\Windows Movie Maker.lnk" net user "ASP.NET" /delete



Help

Back to top









