Does anyone have scripts that they can share for handling Java Updates Silently? Are you removing the older versions 1st? How are folks handling their Java Updates?
Thanks!
http://ninite.com/
www.kaseya.com/.../software-deployment-and-update.aspx
If you use the right switches then you don't have to uninstall the existing installed version,
Here are the switches I use and have been using for more then a year now;
jre-6u43-windows-i586.exe /s /v /qn AgreeToLicense=YES "/passive /norestart IEXPLORER=1 MOZILLA=1 AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0"
jre-7u17-windows-i586.exe /s /v /qn AgreeToLicense=YES "/passive /norestart IEXPLORER=1 MOZILLA=1 AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0"
Do you download and execute the "Online" version or the "Offline" version of Java?