Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

This document provides all the necessary information for large-scale deployment of Wildix Collaboration on Windows.

Created: June 2018

Updated: November 2022June 2023

Permalink: https://wildix.atlassian.net/wiki/x/gxXOAQ

...

Code Block
 > Collaboration-x64.msi /qn host=yourhostname.wildixin.com hidePreferences=1 secondaryHost=yourhostname2.wildixin.com callControlMode=1 callBringToFrontMode=1 allowInsecureConnections=1


Parameters (stored in the register)

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

...

  • x64 - HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Wildix Collaboration

Integration Service

...

  • Headset integration: Support for remote call answer / hangup and volume control from headset via USB connector on Windows. Supported Wildix Headsets: WHS-BT (only with USB dongle from Jabra / Plantronics / Sennheiser); Supported 3rd party headsets matrix: Wildix Compatible Headsets - Jabra, Plantronics, EPOS Sennheiser, JPL, Axtel.
  • Screen sharing component: Screen sharing from Wildix Collaboration and Wizyconf WebRTC-based conference, and remote desktop control.
  • Fax Printer: Send faxes from Windows applications that support "Print" option. Documentation: Fax Printer for Microsoft Windows and Mac OS X.
  • Outlook Integration: Features: Outlook calendar sync with Collaboration, user presence, pictures sync with Outlook, click2call, IM, call popup, caller name lookup, live search in outlook contacts, URL to create / edit contact during a call. Documentation: Outlook integration for Microsoft Windows.

...

Silent installation mode

  • 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 clienthttps://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/browser-content-redirection.html

...