hajj_3 Posted March 29, 2004 Posted March 29, 2004 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 offtitle Installing Custom Programs ...ECHO.ECHO Installing MSN Messenger 6.1.0211ECHO Please wait...start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QBecho.ECHO.ECHO Installing Java 1.4.2 SDKECHO Please wait...start /wait %systemdrive%\Install\JAVA\JAVA.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"ECHO.ECHO.ECHO Installing **** Nfo Viewer 2.0 RC3ECHO Please wait...start /wait %systemdrive%\install\****\****.msi /qnECHO.ECHO.ECHO Installing Winzip 9.0 CorporateECHO Please wait...start /wait %systemdrive%\install\WINZIP\WINZIP.exe /noqp /notip /autoinstallECHO.ECHO.ECHO Installing WinRAR 3.30 Corporate and applying settingsECHO Please wait...start /wait %systemdrive%\Install\WINRAR\WINRAR.exe /sREGEDIT /S "%systemdrive%\Install\WINRAR\Settings.reg"ECHO.ECHO.ECHO Installing Messenger Plus 2.54ECHO Please wait...start /wait %systemdrive%\install\PLUS\PLUS.exe /SilentInstallNoSponsorECHO.ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.regECHO.pauseexit"anyone help ?
Alanoll Posted March 30, 2004 Posted March 30, 2004 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 Posted March 30, 2004 Author Posted March 30, 2004 sure is lol!how do you make a sfx to call winzip ?any ideas for java sdk ?
skin2003 Posted April 5, 2004 Posted April 5, 2004 I think the Java SDK contains an .msi which you can extract and then execute with the /qb!.
RayOK Posted April 5, 2004 Posted April 5, 2004 For java.. I used info from this site: Java Silent InstallationAnd 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"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now