Install with Command Line
- 13 Jun 2023
- 1 minut att läsa
- Skriv ut
- Pdf
Install with Command Line
- Uppdaterad 13 Jun 2023
- 1 minut att läsa
- Skriv ut
- Pdf
Sammanfattning av artikeln
Tyckte du att den här sammanfattningen var användbar?
Tack för din feedback
We have added two custom commands to be able to disable the update popup completely for the end users, and also to set the correct headset implementation from the installer.
Custom Options:
DISABLE_UPDATER=1 (or 0 which is default)
HEADSET=jabra (or plantronics, yealink)
The default commands within msi is also available (such as INSTALLDIR etc)
Example of how to install the Communicator with msiexec, completely silent, disabled update prompt and jabra implementation:
msiexec.exe /i 'Communicator-200.30.66.msi' DISABLE_UPDATER=1 HEADSET=jabra /q
Var den här artikeln till hjälp?