Jump to content

ugzkmk

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by ugzkmk

  1. i just have it set up in a batch that runs on the first boot. its version 1.02
  2. heres mine for pro, and it works ECHO. ECHO Installing Ad-Aware SE Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\AdAware\aawsepro.exe /s taskkill /IM hh.exe /F taskkill /IM Ad-Aware.exe /F
  3. Ok so i got my xp pro slipstreamed to sp2. and i was reading up on custom installs. I usually have a master DVD with a bunch of apps on it, but the new way seems easier. i was wondering if someone could help me out with switches and if the ones i already have are correct. Some of them also require being registered. Heres what I have. Adaware SE Pro = works Adobe Premium Suite = nothing Alcohol 120% = nothing Ati Catalyst & Crap = works Bit Tornado = works Kazaa Codec Pack = works Damon Tools = nothing DVD Decrypter = needs silent DVDShrink = works KLR = needs silent Nero = works PowerDVD = need silent + register Symantec 9 = works Systran Premium = nothing Trillian = nothing VMWare = need silent + register Winamp = need silent + register Winrar = works heres my batch @echo off title Application Installation echo Hope's Application Installation ECHO. ECHO Installing Ad-Aware SE Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\AdAware\aawsepro.exe /s taskkill /IM hh.exe /F taskkill /IM Ad-Aware.exe /F ECHO. ECHO Installing Kazza Lite Resurrection ECHO Please wait... start /wait %systemdrive%\install\Applications\KLR\KLR.exe /silent ECHO. ECHO Installing Nero Burning ROM v6.3 ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero\nero63120.exe /SN=XXXXXXXXXXXXXXXXXXXXXXXXXX /WRITE_SN /SILENT /NOREBOOT ECHO. ECHO Installing Symantec Antivirus Corporate 9 ECHO Please wait... start /wait %systemdrive%\install\Applications\sav\SAV.msi /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS ECHO. ECHO Installing Power DVD 5.0 ECHO Please wait... start /wait %systemdrive%\install\Applications\PowerDVD\Setup.exe /s ECHO. ECHO Installing KaZaA Codec Pak ECHO Please wait... start /wait %systemdrive%\install\Applications\codec\klcp.exe /silent ECHO. ECHO Installing Bit Tornado ECHO Please wait... start /wait %systemdrive%\install\Applications\BT\BT.exe /S ECHO. ECHO Installing WinRAR 3.30 Corporate ECHO Please wait... start /wait %systemdrive%\install\Applications\WinRAR\WinRAR.exe /s ECHO. ECHO Installing Winamp 5 ECHO Please wait... start /wait %systemdrive%\Install\Applications\Winamp\WinAmp.exe /qb ECHO. ECHO Installing Ati Drivers and Crap ECHO Please wait... start /wait %systemdrive%\Install\Applications\AtiCatalyst\issetup.exe -s ECHO. ECHO Installing DVD Shrink ECHO Please wait... start /wait %systemdrive%\Install\Applications\DVDShrink\dvdshrink.exe /silent ECHO. ECHO Installing DVD Decrypter ECHO Please wait... start /wait %systemdrive%\Install\Applications\Decrypter\DVDDecrypter.exe /s ECHO. ECHO Installing VMWare ECHO Please wait... start /wait %systemdrive%\Install\Applications\VMWare\setup.exe INSTALLDIR="%ProgramFiles%\VMWare" ADDLOCAL=ALL DISABLE_AUTORUN=1 SERIALNUMBER=XXXXXXXXXXXXXXXXXXXX /qn echo. echo Progress = [100%] pause exit If anyone could help me find the right the commands to install these silently and registered, i would appreciate it. I looked around but dont know anything about Reg and VB. Thanks
  4. umm so i have a bunch of programs in my batch file, but how do i test it? anyway i can without a burning a cd? oh yea and if the pros could, can u look over mine? @echo off title Application Installation echo Hope's Application Installation ECHO. ECHO Installing Ad-Aware SE Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\AdAware\aawsepro.exe /s taskkill /IM Adaware.exe /F taskkill /IM hh.exe /F taskkill /IM Ad-Aware.exe /F ECHO. ECHO Installing Kazza Lite Resurrection ECHO Please wait... start /wait %systemdrive%\install\Applications\KLR\KLR.exe /silent ECHO. ECHO Installing Nero Burning ROM v6.3 ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero\setup.exe /SN=XXXXXXXXXXXXXXXXXXXXXXXX /WRITE_SN /SILENT /NOREBOOT ECHO. ECHO Installing Symantec Antivirus Corporate 9 ECHO Please wait... start /wait %systemdrive%\install\Applications\sav\Symantec AntiVirus.msi /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS ECHO. ECHO Installing WinRAR 3.30 Corporate ECHO Please wait... start /wait %systemdrive%\install\Applications\WinRAR\WinRAR 3.30 Corporate.exe /s ECHO. ECHO Installing Winamp 5 ECHO Please wait... start /wait %systemdrive%\Install\Applications\Winamp\WinAmp.msi /qb echo. pause exit thanks!
×
×
  • Create New...