cameramonkey
MIS
We have a new application that absolutely requires a specific, predetermined version of Java to run. Updates cannot be run or it may break the functionality.
We can specify any version of the JRE we want, but once we go to that version, we absolutely cannot change.
We have found a way to push the specific version to the desktop and prevent the updater from running automatically. However the first time the user initiates the Java app, the system prompts the user if they want to schedule update checks. We cannot count on our users to select "never update".
Is there a way to completely prevent the update from activating? I tried renaming \bin\jucheck.exe and \bin\jusched.exe so that they couldnt run, but jusched would magically appear in the process list if the user selects check for updates.
Can it be COMPLETELY disabled so that there is no possible way our users can turn on updates? The only way they should be able to update is by manually downloading the new version from sun.
We can specify any version of the JRE we want, but once we go to that version, we absolutely cannot change.
We have found a way to push the specific version to the desktop and prevent the updater from running automatically. However the first time the user initiates the Java app, the system prompts the user if they want to schedule update checks. We cannot count on our users to select "never update".
Is there a way to completely prevent the update from activating? I tried renaming \bin\jucheck.exe and \bin\jusched.exe so that they couldnt run, but jusched would magically appear in the process list if the user selects check for updates.
Can it be COMPLETELY disabled so that there is no possible way our users can turn on updates? The only way they should be able to update is by manually downloading the new version from sun.