Scroll export button | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
- host - host installation for all users on the computer
- hidePreferences (optional) - disable the settings menu for all users
- secondaryHost (optional) - Failover custom domain host
- callControlMode (optional) - login to Collaboration in call control mode
- callBringToFrontMode (optional) - open minimized or closed in system tray/ menu bar Collaboration on incoming calls
- allowInsecureConnections (optional) - allow non-secure connections in case of invalid SSL/TLS certificates
This sets the default settings for all users (note: if the user installs his/her host through the settings menu, the priority will be given to user settings and the admin will not be able to change them through the command line until the user removes the host).
...
To set the silent installation mode, run the command:
Code Block msiexec /i "WIService.msi" wiserviceSilentMode=true
- To reset the silent installation mode, run the command:
Code Block |
---|
msiexec /i "WIService.msi" wiserviceSilentMode=false |
To have the application launched when system starts, run the command:
Code Block launchAtStartup=1
After Collaboration native app is opened for the first time on Windows, the app is automatically added to the startup.
Key path in the registry:
...
Browser content redirection - deploying Chrome extension using Group Policy
Browser Content Redirection can be enabled to achieve point to point audio and video with the PBX reducing latency and moving CPU usage to the client: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/browser-content-redirection.html
...