I am looking for the best way to push out Java 6 update 12.
with this we only use internet explorer and I also would like to set java not to auto update.
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
1) extract the MSI from the installer.exe, it will show up in the installing user's LocalLow %AppData% folder while you run the exe 2) use system-wide deployment.config and deployment.properties file to set your preferences. Settings in the deployment.properties file will allow you to enable IE integration and disable auto-update. See this link for more info:http://docs.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/properties.html
1) extract the MSI from the installer.exe, it will show up in the installing user's LocalLow %AppData% folder while you run the exe 2) use system-wide deployment.config and deployment.properties file to set your preferences. Settings in the deployment.properties file will allow you to enable IE integration and disable auto-update. See this link for more info:http://docs.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/properties.html
Please log in to answer
Posted by:
pjgeutjens
12 years ago
1) extract the MSI from the installer.exe, it will show up in the installing user's LocalLow %AppData% folder while you run the exe
2) use system-wide deployment.config and deployment.properties file to set your preferences. see this link for more info:http://docs.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/properties.html
settings in the deployment.properties file will allow you to enable IE integration and disable auto-update