Jump to content

problem with 2 of my switches


hajj_3

Recommended Posts

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 ?

Link to comment
Share on other sites


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

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