Jump to content

Post your BAT Files!


Recommended Posts

I wanted to see everyones .BAT unattended install files... well here is mine

@echo off
title Installing Applications
echo Installing Applications
echo.
ECHO Installing Adobe Reader 6...
ECHO Please wait...
start /wait D:\OEM\Adobe\AdbeRdr60.exe -p"-s /v\"/qn\""
ECHO.
ECHO Installing MSN Messenger...
ECHO Please wait...
start /wait D:\OEM\MSN\MsnMsgs.msi /QB
ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S D:\OEM\Nero\register.reg
ECHO.
ECHO Installing Nero Burning ROM...
ECHO Please wait...
start /wait D:\OEM\Nero\setup.exe /silent /noreboot
ECHO.
ECHO Registering WinRAR...
REGEDIT /S D:\OEM\winrar\winrar.reg
ECHO.
ECHO Installing WinRAR...
ECHO Please wait...
start /wait D:\OEM\WinRAR\setup.exe /s
echo.
ECHO Installing Microsoft Plus! Digital Media Edition...
ECHO Please wait...
start /wait D:\OEM\PlusDME\PlusDME.msi /passive
start /wait D:\OEM\PlusDME\part.exe
start /wait D:\OEM\PlusDME\part1.exe
start /wait D:\OEM\PlusDME\part2.exe
start /wait D:\OEM\PlusDME\part3.exe
start /wait D:\OEM\PlusDME\part4.exe
start /wait D:\OEM\PlusDME\part5.exe
start /wait D:\OEM\PlusDME\part6.exe
start /wait D:\OEM\PlusDME\part7.exe
start /wait D:\OEM\PlusDME\part8.exe
echo.
ECHO Installing Frontpage 2003
ECHO Please wait...
start /wait D:\OEM\Frontpage2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait D:\OEM\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing OneNote 2003
ECHO Please wait...
start /wait D:\OEM\Onenote2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing Project 2003 Professional
ECHO Please wait...
start /wait D:\OEM\Project2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing Visio 2003 Professional
ECHO Please wait...
start /wait D:\OEM\Visio2003\setup.exe TRANSFORMS=Unattended.MST /qb-
echo.
ECHO Installing Symantec AntiVirus 9.0...
ECHO Please wait...
start /wait D:\OEM\SymantecAV\Symantec.msi /QB
echo.
ECHO Installing ZoneAlarm Firewall...
ECHO Please wait...
start /wait D:\OEM\ZoneAlarm\zonealarm.exe /s /noreboot

Mine works fine....

Link to comment
Share on other sites


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