Jump to content

Recommended Posts

Posted

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?


Posted

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

Posted

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\""

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...