/build/static/layout/Breadcrumb_cap_w.png

Java v7u11 as postinstall task on K2000

I'm getting a Certificate Revocation error when installing Java v7u11 as a post install task on my K2000. I am pushing the full installer with the following command

jre-7u11-windows-i586.exe /s ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=suppress

I have the same code with the exception of file name for the 64 Bit plug in. I didn't have this issue with v7u10 or v7u9 so I am thinking it is an issue with update 11 itself but I'm not sure. Any Ideas or thoughts would be helpful. Thanks.


1 Comment   [ + ] Show comment
  • Any chance that someone has a working script for jre-8u77-windows-x64.exe - jmccracken 8 years ago

Answers (1)

Answer Summary:
Posted by: andrew_lubchansky 11 years ago
2nd Degree Black Belt
1

It looks like this is an issue that pops up from time to time with Java installs as Windows cannot get an answer back about the certificate.  I tested this version and got the same error.  After a little research I found a registry key that can be disabled in order to bypass the certificate requirements.  I made a postinstall task to turn this key off:

reg.exe ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v CertificateRevocation /t REG_DWORD /d 0 /f

I would probably make another to turn this setting back on as I am not sure the full ramifications moving forward.

Also, here is the command line I use for java, which includes disabling the updaters:

jre-7u11-windows-i586.exe /s AgreeToLicense=YES IEXPLORER=1 MOZILLA=1 AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0

Hopefully that helps.


Comments:
  • Andrew_Lubchansky's Method worked for me for Java7update 25, I ran this as a post installation task in Windows environment prior to installing Java.

    Life Saver!!! - frasercarter 10 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ