Help - Search - Members - Calendar
Full Version: Sun Java
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
codeblue
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?
nartac
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
codeblue
The /f just allows the reg entry to overwrite entries all ready thier. Put it in but it still didn't work.
Alanoll
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:
CODE
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\""
codeblue
Thank you Alanoll, that did the job. smile.gif




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.