Jump to content

Recommended Posts

Posted

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!


Posted

I make an ISO file and then install on VMware, this way I can just delete the virtual installation if that does not work.

Posted

hi, yes, download vmware trial :)

& your switches look good aslong as they are the appropriate ones :P

start /wait %systemdrive%\install\Applications\sav\Symantec AntiVirus.msi /qn

RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS

that should be all 1 line i think

Posted

I recommend this: :P

start /wait %systemdrive%\install\Applications\sav\SAV.msi /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS

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...