ugzkmk Posted August 22, 2004 Posted August 22, 2004 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 offtitle Application Installationecho Hope's Application InstallationECHO.ECHO Installing Ad-Aware SE ProfessionalECHO Please wait...start /wait %systemdrive%\install\Applications\AdAware\aawsepro.exe /staskkill /IM Adaware.exe /Ftaskkill /IM hh.exe /Ftaskkill /IM Ad-Aware.exe /FECHO.ECHO Installing Kazza Lite ResurrectionECHO Please wait...start /wait %systemdrive%\install\Applications\KLR\KLR.exe /silentECHO.ECHO Installing Nero Burning ROM v6.3ECHO Please wait...start /wait %systemdrive%\install\Applications\Nero\setup.exe /SN=XXXXXXXXXXXXXXXXXXXXXXXX /WRITE_SN /SILENT /NOREBOOTECHO.ECHO Installing Symantec Antivirus Corporate 9ECHO Please wait...start /wait %systemdrive%\install\Applications\sav\Symantec AntiVirus.msi /qnRUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS ECHO.ECHO Installing WinRAR 3.30 CorporateECHO Please wait...start /wait %systemdrive%\install\Applications\WinRAR\WinRAR 3.30 Corporate.exe /sECHO.ECHO Installing Winamp 5ECHO Please wait...start /wait %systemdrive%\Install\Applications\Winamp\WinAmp.msi /qbecho.pauseexitthanks!
Muaitai Posted August 22, 2004 Posted August 22, 2004 I make an ISO file and then install on VMware, this way I can just delete the virtual installation if that does not work.
MCT Posted August 22, 2004 Posted August 22, 2004 hi, yes, download vmware trial & your switches look good aslong as they are the appropriate ones start /wait %systemdrive%\install\Applications\sav\Symantec AntiVirus.msi /qnRUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESSthat should be all 1 line i think
mazin Posted August 22, 2004 Posted August 22, 2004 I recommend this: start /wait %systemdrive%\install\Applications\sav\SAV.msi /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now