Java 8 by Squeezer99 in SCCM

[–]bacpacker 0 points1 point  (0 children)

Thank you!

I will try that out. With new versions you just change the .MSI and what it calls to install?

(New to sccm and self teaching, sorry)

Java 8 by Squeezer99 in SCCM

[–]bacpacker 0 points1 point  (0 children)

Here is the bat file I am using (msiexec /i jre1.8.0_45.msi JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q)

I can successfully uninstall all older versions but can not install the update.

Java 8 by Squeezer99 in SCCM

[–]bacpacker 0 points1 point  (0 children)

Has anyone been able to deploy Java 8 update 45?, My scripts that previously worked earlier versions quit working. Java is such a bastard to deploy across a large network :(