Jump to content

Recommended Posts

Posted

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 ?


Posted

um...

winzip has to be either extracted, copied over and THEN called via winzip32.exe or you have to remake the SFX calling it.

it must be nice being able to get the corporate versions of Winzip and WinRAR legally.....

Posted

For java.. I used info from this site: Java Silent Installation

And here is what works for me (note, I use Mozilla Firefox):

%systemdrive%\INSTALL\PROGRAMS\JAVA\Java142_03.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0"

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...