How to surpress JRE's phone home behavior?

We have a small in-house java application whose installation we would like to automate. We are presently using WinZIP program to create an executeable that automatically runs a bat or cmd file (we are using windows).

This bat file contains a line to run

j2re-1_4_2_05-windows-i586-p.exe

Which installs java quite nicely.

However, the resulting java installation periodically "phones home" to java.com to check for new updates and notify the user accordingly. Can this "phone home" behavior be surpressed?

Thanks,

Siegfried

[565 byte] By [siega] at [2007-10-3 5:14:29]
# 1
Have you checked http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html?The JAVAUPDATE options is might be for you...
attilaracza at 2007-7-14 23:21:00 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...