Info |
---|
This guide applies only to the COM add-in. |
...
to |
...
date. 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. |
Per User Installation
By default, the COM add-in installs for the current user only. This way there are no admin rights required and the automatic update is enabled by default.
...
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.