您可以編輯個別代理程式的用戶端組態檔,以啟用或停用該代理程式的自動更新。
程序
- 在編輯器中開啟本機 liagent.ini 檔案。
- 找出
[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
- 若要停用自動更新,請取消註解
auto_update=yes
並將其變更為 auto_update=no
。
備註: 代理程式的自動更新依預設為啟用。因此,
auto_update
的預設值為「是」,即使已加上註解。
- 儲存並關閉 liagent.ini 檔案。