Versions Compared

Key

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



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

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

Created: June 2018

Updated: April July 2020

Permalink: https://confluence.wildix.com/x/YgOIAQ

Table of Contents

Large-Scale deployment using Microsoft Windows Installer 

Wildix offers MSI (Microsoft Windows Installer) packages for large-scale deployment on Per-Machine basis (multiple users on the same machine) for Windows, suitable in the deployments using Citrix, SCCM and Microsoft Terminal Server. You can use MSI packages to install Wildix applications across your enterprise using Windows system management software such as Systems Center Configuration Manager (SCCM).

Collaboration Native App

Collaboration native app offers the same features of web-based Collaboration. 

Note

Limitations:

  • no support for text-to-speech in live search, chat
  • no possibility to change the default webcam (in case more than one webcams are available) for video call in Collaboration and Wizyconf web conference


MSI file for Windows: (silent installation mode for Collaboration Windows app – no pop-up confirmation windows during the app installation)

...

Example of the installation command:


Code Block
 > Collaboration-2.1.

...

10-

...

x86.msi /qn host=yourhostname.wildixin.com hidePreferences=1 secondaryHost=yourhostname2.wildixin.com


Parameters (stored in the register)

  • host - host installation for all users on the computer
  • hidePreferences - disable the settings menu for all users
  • secondaryHost (optional) - Failover custom domain host

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

...

Support for remote call answer / hangup and volume control from headset via USB connector on Windows. Supported Wildix Headset: WHS-BT (only with USB dongle from Jabra / Plantronics / Sennheiser); Supported 3rd party headsets matrix: Wildix Compatible Headsets - Jabra, Plantronics, Sennheiser, JPL, Axtel.

...

Citrix / Microsoft Remote desktop (Windows Terminal Server)

Wildix TAPI driver works in:

  • Citrix environments with standalone server
  • Citrix environments with more than one srv using load balancing
  • Windows Terminal / Server environments

Documentation: TAPI driver

...

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

...