Jump to content

Sun Java


codeblue

Recommended Posts

Just switched from Main Batch to RunOnceEx. All is hunky dorie except Sun Java. This is what i have:

REG ADD %KEY%\050 /VE /D "Sun Java VM 1.4.2" /f

REG ADD %KEY%\050 /V 1 /D "\"%SYSTEM%\Software\SunJava\j2re-1_4_2_03-windows-i586-p.exe\" /s /v "/qn ADDLOCAL=jrecore IEXPLORER=1"

Can someone tell me why it isn't working?

Link to comment
Share on other sites


here is mine and it works just fine:

REG ADD %KEY%\065 /VE /D "Sun Java 1.4.2" /f

REG ADD %KEY%\065 /V 1 /D "%CDROM%\applications\SunJava\j2re-1_4_2_03-windows-i586-p.exe /s /v/qn" /f

you also don't have that /f at the end

Link to comment
Share on other sites

if %System% doesn't have any spaces in it, then you don't need quotes around

%SYSTEM%\Software\SunJava\j2re-1_4_2_03-windows-i586-p.exe

you also forgot to escape the embedded quotes by /qn and end it with a quote.

Fix line:

REG ADD %KEY%\050 /V 1 /D "\"%SYSTEM%\Software\SunJava\j2re-1_4_2_03-windows-i586-p.exe\" /s /v \"/qn ADDLOCAL=jrecore IEXPLORER=1\""

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