when i install winzip 9 corp from a .bat file it opens the program and i have to install it manually, which i dont want, anyone got a way of maing it silent.
also java 1.4.2 sdk dosent install properly, no programs like bluej which uses the java classes dosent work.
also for messenger plius it loads a webpage once installed, anyone knoe how to make this completely silent ?
please can someone help me with the switches for them.
my code is below for the batch file:
"@echo off
title Installing Custom Programs ...
ECHO.
ECHO Installing MSN Messenger 6.1.0211
ECHO Please wait...
start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB
echo.
ECHO.
ECHO Installing Java 1.4.2 SDK
ECHO Please wait...
start /wait %systemdrive%\Install\JAVA\JAVA.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"
ECHO.
ECHO.
ECHO Installing **** Nfo Viewer 2.0 RC3
ECHO Please wait...
start /wait %systemdrive%\install\****\****.msi /qn
ECHO.
ECHO.
ECHO Installing Winzip 9.0 Corporate
ECHO Please wait...
start /wait %systemdrive%\install\WINZIP\WINZIP.exe /noqp /notip /autoinstall
ECHO.
ECHO.
ECHO Installing WinRAR 3.30 Corporate and applying settings
ECHO Please wait...
start /wait %systemdrive%\Install\WINRAR\WINRAR.exe /s
REGEDIT /S "%systemdrive%\Install\WINRAR\Settings.reg"
ECHO.
ECHO.
ECHO Installing Messenger Plus 2.54
ECHO Please wait...
start /wait %systemdrive%\install\PLUS\PLUS.exe /SilentInstallNoSponsor
ECHO.
ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\RegTweaks.reg
ECHO.
pause
exit"
anyone help ?