Help - Search - Members - Calendar
Full Version: problem with 2 of my switches
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
hajj_3
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 ?
Alanoll
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.....
hajj_3
sure is lol!

how do you make a sfx to call winzip ?
any ideas for java sdk ?
skin2003
I think the Java SDK contains an .msi which you can extract and then execute with the /qb!.
RayOK
For java.. I used info from this site: Java Silent Installation

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

CODE
%systemdrive%\INSTALL\PROGRAMS\JAVA\Java142_03.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0"
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.