Jump to content

Recommended Posts

Posted (edited)
Interesting fact... the updater advertises the new version to Server 2003 yet jre8u40 won't install on it. The awesomeness!?! (At least our 2003 servers will be decommissioned soon). Edited by Ric_
spelling
Posted

Hi

 

Please can someone help me.

 

I have been trying to get the msi for 8 40 so I can install it on all the computers through group policy.

 

When I try to extract it I can only find the msi and not the cab file. This will not install through group policy and looks for the cab file. I have tried editing the msi using orca with no success.

 

I have tried this script

 

jre-8u40-windows-i586.exe INSTALL_SILENT=1 STATIC=0 AUTO_UPDATE=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=M WEB_ANALYTICS=0 EULA=0 REBOOT=0

 

and it installs fine, but when you do a version check it complains about previous versions being install.

 

Does any one have a script that will uninstall all old versions of java and then install the new version and only run once.

 

I have rung Oracle and been told there is an msi available from My Oracle Support but when I sign up it insists that you add support identifiers and you can only get a support identifier is you are buying a product.

 

As I don't buy any oracle products I cannot get in to access the msi.

 

Oh what fun.

 

Thanks for all your help.

 

Richard

Posted (edited)
  • Command-line parameters for MSI(s).
     
    Installing With a Configuration File
     
    msiexec /i jre1.8.0_40.msi AUTO_UPDATE=0 EULA=0 JAVAUPDATE=0 NOSTARTMENU=1 SPONSORS=0 WEB_ANALYTICS=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H /q


     
     

  • To extract the MSI from the EXE installer, double-click the EXE, wait until the Welcome screen appears (but don't click the 'Install' button), then go to the following folder:
     
    %USERPROFILE%\AppData\LocalLow\Sun\Java


     
    Open the relevant sub-folder, copy the MSI somewhere else, then quit the EXE installer.
     
     

  • Block javadl-esd-secure.oracle.com on your proxy or firewall to extend the expiry date by a month.

 

Just FYI, when I tried to use the /qb switch for installation with SCCM, the installer errored with code 1603. Just using /q fixed it for me. Otherwise, very helpful post.

Edited by Ric_
  • Thanks 1
Posted

Also, I'd wanted to ask is there a secure and manageable way to allow users to Java to run outdated plug-ins which require users to drop the security settings in order to run. I don't want to drop security settings site wide entirely but it mentions an exception site list. Is there are way to manage this list centrally?

 

Our science departments keep on complaining that they're reliant on sites which use Java applets. Most of these sites create the applets and never update them so many are years/decardes old from outdated versions of java.

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



×
×
  • Create New...