DannyFluit Posted November 6, 2006 Posted November 6, 2006 Hello,I have a question about installing java VM with RunOnceEx.cmd. I've entered the following command in RunOnceEx.cmd:REG ADD %KEY%\002 /VE /D "Sun Java 1.5.6" /fREG ADD %KEY%\002 /V 1 /D "%PP%Java-VM\java-vm.msi /qr" /fThe installation goes well, but when I open Internet Explorer Java VM has to install again, using my unattended DVD, where I've stored the java-vm.msi. When I logged on as a user, and try to open Internet Explorer, the Java VM wants to install again, but that will not goes well, because the user isn't a local administrator.Can/Must I do the installation of Java VM with another method?Thanks so far,Danny
oioldman Posted November 6, 2006 Posted November 6, 2006 i use this with no problemsREG ADD %KEY%\020 /VE /D "Java Runtime" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\Apps\Java\J2SE509.msi allusers=1 ADDLOCAL=jrecore iexplorer=1 javaupdate=0 /quiet /norestart" /f via runonceex.cmd at t-12
DannyFluit Posted November 8, 2006 Author Posted November 8, 2006 Hello oioldman,That works.thx,danny
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now