Turning off Auto Updates
If you need to turn off Auto Updates, perform the following:
Stop iManage Update Manager from checking for software updates.
Hide menu options related to Auto Updates in iManage Work Agent.
Stopping the updates check by Update Manager
iManage Update Manager periodically runs iManage Updater to check for software updates. This check is performed based on the setting for the autoUpdateEnabled property, which is available in the UpdateManagerConfiguration.xml file. By default, the autoUpdateEnabled property is set to true. You can disable this behavior as follows:
Open the UpdateManagerConfiguration.xml file, located at %ProgramData%\iManage\AgentServices\configs.
Set the value to false for the autoUpdateEnabled property.
<
updateManager
>
<!-- checkForUpdateIntervalSeconds sets the number of seconds between checks for updates. -->
<
checkForUpdateIntervalSeconds
>900</
checkForUpdateIntervalSeconds
>
<!-- autoUpdateEnabled is true if auto-update is to be enabled. -->
<
autoUpdateEnabled
>false</
autoUpdateEnabled
>
</
updateManager
>