Status | ||||
---|---|---|---|---|
|
Info |
---|
This guide applies only to the COM add-in. We only recommend to disable the updater when using the add-in with a software distribution tool (e.g. SCCM), so you still have control about updates. |
...
Code Block | ||
---|---|---|
| ||
{ "updateChannel": "default", "updateDisabled": true, //All other existing values } |
Per
...
machine installation
The add-in also provide a per-machine installer. It installs centrally into Program Files, requires Admin permissions to install and is available for every user.
Most often it is used for central deployments like Citrix environments.
Per Machine installers have the updater disabled by default - every update needs to be done manually by installing the latest version with the setup file.