Jump to content

sp1 slipstream and java


Recommended Posts

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 browsers

here's my unattended code for java

tia!

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
Link to comment
Share on other sites


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 :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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