clair Posted September 24, 2004 Posted September 24, 2004 ihow to make core Java files to be installed, as well as IE integration..%systemdrive%\Install\SunJava\j2re-1_4_2_05-windows-i586-p.exe /s /v\"/qb ADDLOCAL=jrecore IEXPLORER=1"but not working....
tguy Posted September 24, 2004 Posted September 24, 2004 I ran into this problem too, what I did to get it to work was to remove the ADDLOCAL=jrecore from my command line. It worked then.tguy
jdoe Posted September 24, 2004 Posted September 24, 2004 Try this switch instead, maybe it will solve the problem.j2re-1_4_2_05-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"
vcBlackBox Posted September 24, 2004 Posted September 24, 2004 Run j2re-1_4_2_05-windows-i586-p.exe, but do not install it.After extraction is completed and you are presented with the setup screen.Go into your Documents and Settings Temp folder, for exampleC:\Documents and Settings\YOURUSERNAME\Local Settings\Tempand look for the msi file. Copy that msi file to your %systemdrive%\Install\SunJava\Cancel Setup screen.Rename that msi file if u like, I renamed mine to java2re.msi%systemdrive%\install\SunJava\java2re.msi /G1033 /QN ADDLOCAL=jrecore IEXPLORER=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0I don't know if the /G is neccessary, but the 1033 means English Language
RyanVM Posted September 24, 2004 Posted September 24, 2004 I'm eventually going to make a 7zip SFX installer.
clair Posted September 26, 2004 Author Posted September 26, 2004 Run j2re-1_4_2_05-windows-i586-p.exe, but do not install it.After extraction is completed and you are presented with the setup screen.Go into your Documents and Settings Temp folder, for exampleC:\Documents and Settings\YOURUSERNAME\Local Settings\Tempand look for the msi file. Copy that msi file to your %systemdrive%\Install\SunJava\Cancel Setup screen.Rename that msi file if u like, I renamed mine to java2re.msi%systemdrive%\install\SunJava\java2re.msi /G1033 /QN ADDLOCAL=jrecore IEXPLORER=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0I don't know if the /G is neccessary, but the 1033 means English LanguageYEAH____it works
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now