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: October 2021April 2022

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

...

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-x86x64.msi /qn host=yourhostname.wildixin.com hidePreferences=1 secondaryHost=yourhostname2.wildixin.com

...

Key path in the registry

  • x64  - HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Wildix Collaborationx86 - HKEY_LOCAL_MACHINE\SOFTWARE\Wildix Collaboration

Fax Printer

Send faxes from Windows applications that support "Print" option. Documentation: Fax Printer for Microsoft Windows and Mac OS X.

MSI file for Windows:

...

...

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 and videos: Outlook integration for Microsoft Windows.

MSI file for Windows:

Integration Service

Wildix Integration Service (WIService) is required by CDR-View, Popup App in Collaboration, WebRTC Phone Direct RTP . Starting from v 3.2.2, WIService includes Headset integration and from v 3.4.1 – Screen sharing component:and it includes the following components: 

  • Headset integration: Support for remote call answer / hangup and volume control from headset via USB connector on Windows. Supported Wildix HeadsetHeadsets: 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 and videos: Outlook integration for Microsoft Windows.

Documentation: What is WIService.

MSI file for 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


Key path in the registry:

  • x64 HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Wildix\WIService\SilentModex86 - HKEY_LOCAL_MACHINE\SOFTWARE\Wildix\WIService\SilentMode

...

Silent installation mode

  • To set the silent installation mode, run the command: 

...

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

...