Jump to content

cant install java


mlr

Recommended Posts

hi all im having trouble installing java can someone please check my runonce code and tell me what i done wrong ,im using the switchlessjava from ryansvm site

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\010 /VE /D "Office 2003" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

REG ADD %KEY%\020 /VE /D "MSN Messenger 7.5" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MSN_Messenger\MsnMsgs.msi /qn" /f

REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-361.exe /SilentInstallNoSponsor" /f

REG ADD %KEY%\035 /VE /D "jre505" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe /"

REG ADD %KEY%\045 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\firefox\firefoxsilent.exe" /f

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