larciel Posted April 17, 2004 Posted April 17, 2004 i noticed that some java applets won't run on my IE after i install xp w/ my unattended CD. i played with options and i even checked that java was installed properly during install.. if anyone have insights to this problems, plz lmk *java runs fine on opera and such, but not on IE and IE based browsershere's my unattended code for javatia!ECHO.ECHO Installing Sun Java VM 1.4.2ECHO Please wait...start /wait %systemdrive%\backup\winapp\prog\j2re-1_4_2_03-windows-i586.exe /s /v/qn
Krissam Posted April 17, 2004 Posted April 17, 2004 use start j2re-1_4_2_03-windows-i586-p.exe /s /v/qn ADDLOCAL=jrecore IEXPLORER=1"
Aaron Posted April 17, 2004 Posted April 17, 2004 This is because Sun Java hasn't been configured to work with Internet Explorer (which is done via control panel > Java plug-in)Use the syntax suggested by Krissam to automate this
larciel Posted April 21, 2004 Author Posted April 21, 2004 are you sure about the " at the end?start /wait %systemdrive%\backup\winapp\prog\j2re-1_4_2_03-windows-i586.exe /s /v/qn ADDLOCAL=jrecore IEXPLORER=1"i did this, and it didn't even install java .. hmm
knewman01 Posted April 21, 2004 Posted April 21, 2004 START /WAIT %SYSTEMDRIVE%\INSTALL\applications\JAVA\j2re-1_4_2_03-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL MOZILLA=1 IEXPLORER=1"Just make sure that the pathing to the installer is correct.Krissam has a missing " after the /v
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