配置更新检查频率

iManage Update Manager 通过运行 iManage Updater 定期检查软件更新。默认每 15 分钟检查一次更新。 您可以按照下列步骤配置检查频率:

  1. 打开 UpdateManagerConfiguration.xml 文件(位于 C:\ProgramData\iManage\AgentServices\configs 中)。

  2. checkForUpdateIntervalSeconds 属性设置响应的值(单位为秒)。

    <updateManager> <iManageUpdaterLocation>%LocalAppData%\iManage\Installer</iManageUpdaterLocation> <checkForUpdateIntervalSeconds>900</checkForUpdateIntervalSeconds> </updateManager>

您还可以使用 iManage Control Center(客户端设置 > Office 标签 > 配置 选项),像其他配置文件一样上传该文件,以确保集中管理配置更改。用户连接服务器后,即会将该文件下载到其计算机的 %AppData%\iManage\Work\Configs 文件夹中。更多信息,请参阅 iManage Work Desktop for Windows 自定义 10.2.1 中关于配置文件的部分。

注:

此文件将从这两个位置动态读取,应用程序会读取文件的任何更改,无需重启计算机。