您可以編輯個別代理程式的用戶端組態檔,以啟用或停用該代理程式的自動更新。

依預設會從用戶端啟用代理程式的自動更新。

必要條件

代理程式必須是 4.3 版或更新版本。

程序

  1. 在編輯器中開啟本機 liagent.ini 檔案。
  2. 找出 [update] 區段。
    其外觀會類似於下列範例。
    [update]
    ; Do not change this parameter
    package_type=msi
    ; Enable automatic update of the agent. If enabled:
    ; the agent will silently check for updates from the server and
    ; if available will automatically download and apply the update.
    ; auto_update=yes
  3. 若要停用自動更新,請取消註解 auto_update=yes 並將其變更為 auto_update=no
    備註: 代理程式的自動更新依預設為啟用。因此, auto_update 的預設值為「是」,即使已加上註解。
  4. 儲存並關閉 liagent.ini 檔案。