Help - Search - Members - Calendar
Full Version: silent install trouble
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
WildOptic
Ok for the life of me I can't figure out why NAV2003, Adobe Reader 6, and SunJava just wont silent install. Winamp hangs and Office installs but no start menu links. This is my cmd file below

CLS
@echo off
TITLE Windows XP SP1 - Unattended Installation

ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various sofware applications, windows updates, and registry
ECHO tweaks being implemented. The computer will restart automatically
ECHO once the whole process has finished!

ECHO.
ECHO Installing AIM 5.5
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AIM\Install_AIM.exe /s

ECHO.
ECHO Installing Lavasoft Ad-Aware 6
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdWare\aaw6.exe /s

ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Adobe\Adr6.exe -p"-s /v\"/qn\""

ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg
ECHO.
ECHO Installing Nero Burning ROM
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Nero\Setup.exe /SILENT /NOREBOOT

ECHO.
ECHO Installing Norton Antivirus 2003(I have also tried \NAV\NAV.msi /QB)
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\NAV2003\Setup.exe /QB

ECHO.
ECHO Installing Sun Java VM 1.4.2
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\SunJava\j2re142.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"

ECHO.
ECHO Installing WinRAR 3.20
ECHO Please wait...
start /wait %systemdrive%\install\Applications\WinRAR\wrar320_setup.exe /s

ECHO.
ECHO Installing Kazza Lite Codec Pack v2.10f
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Kcodec\klcodec224f.exe /silent

ECHO.
ECHO Installing Photoshop 7.0
ECHO Please wait...
start /wait %systemdrive%\install\Applications\PhotoShop\setup.exe

ECHO.
ECHO Installing Quicktime v6
ECHO Please Wait...
start /wait %systemdrive%\install\Applications\QT6\QuickTimeInstaller.exe

ECHO.
ECHO Installing PowerDVD 5
ECHO Please Wait...
start /wait %systemdrive%\install\Applications\PDVD5\Setup.exe -s

ECHO.
ECHO Installing Winamp 5
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\WAmp5\Winamp502_full.exe /S /NCRC /install=DSRFQ
taskkill.exe /F /IM winamp502_full.exe
ECHO.

ECHO.
ECHO Installing Office 2003 Professional with Frontpage
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\RegTweaks.reg

EXIT

Please help..been working on it for days and have searched already
Alanoll
taskkill.exe /F /IM winamp502_full.exe


should be winamp.exe and not the install file.

the Office Shortcuts is most likely because when you create the MST, you didn't specify it.


start /wait %systemdrive%\install\Applications\Adobe\Adr6.exe -p"-s /v\"/qn\""

i THINK should be
start /wait %systemdrive%\install\Applications\Adobe\Adr6.exe -p"-s /v/qn"


As for Norton, try using the search button. tongue.gif As for acrobat if the above doesn't work, also search for it. Be sure on both searches, the timespan isn't the default 30 days as the posts are much older.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.