Jump to content

Recommended Posts

Posted

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


Posted
ECHO.

ECHO Installing Power DVD 5.0

ECHO Please wait...

start /wait %systemdrive%\install\Applications\PowerDVD\Setup.exe /s

PowerDVD uses an InstallShield method. Start the setup.exe with -r on a computer, and it should ask for a serial during install. After installing, copy setup.iss to your powerdvd setup folder from C:\Windows
ECHO.

ECHO Installing Winamp 5

ECHO Please wait...

start /wait %systemdrive%\Install\Applications\Winamp\WinAmp.exe /qb

You didn't even try with this one....

the original Winamp installer is a NSIS installer, so if you want EVERYTHING use /S. Otherwise, find the threads on selectable components using a javascript file, or the MSI file I created. In both threads there are instructions on what to do.

ECHO.

ECHO Installing DVD Decrypter

ECHO Please wait...

start /wait %systemdrive%\Install\Applications\Decrypter\DVDDecrypter.exe /s

should be a capital S. /S

Alcohol 120% is in the massive switches thread. You need to search. It works, you just need to do what they said. Trillian can just be copied I think, but a search couldn't help. Daemon tools needs to be extracted (copy the setup file once starting the setup, search the switches thread).

A really GOOD search will provide you with answers.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...