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. |
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.
...