Action needed: Smart Desktop Client update required for performance enhancements

With the completion of the enhancements to our Smart Desktop client, all Calabrio ONE Cloud customers must update your Smart Desktop Client take advantage of these improvements.

What you need to do:

After May 9, 2025, please update your Smart Desktop Client to version 11.0.2.1283 or greater. This update is required to take advantage of the performance and connectivity improvements Calabrio recently rolled out.

Full details on how to update your Smart Desktop Client are available below.

Cloud customers using the Smart Desktop Auto-Update feature will need all agents to restart their PCs after May 9, 2025, to complete the update.

If you need further assistance, please contact our support team at [email protected].

How to update Smart Desktop manually

If your organization does not use Smart Desktop automatic updates, follow these instructions to update Smart Desktop.

Option 1: Update from each agent’s computer or a thin client server

  1. From the agent’s computer or the thin client server, log in to Calabrio ONE using administrator credentials.
  2. On the Downloads page (Application Management > Global > Administration > Downloads), click Calabrio ONE Smart Desktop. Calabrio ONE provides an .exe file for manual installation. The available .msi file is for the SCCM push only.
  3. Accept the End User License Agreement (EULA) when prompted.
  4. Run the installer and follow the prompts in the installation wizard.
  5. Select Activate if prompted and click Finish.
  6. After running the Smart Desktop installer, restart your system.
  7. Run the Client Verification tool.
  8. (Optional) Test Smart Desktop by making a phone call from the agent’s desktop and then locating and playing the call on the Interactions page.

Option 2: Update using GPO

A Group Policy Object (GPO) is a collection of settings that define what a system will look like and how it will behave for a defined group of users. Microsoft provides a program snap-in that allows you to use the Group Policy Microsoft Management Console to define various options, including scripts options.

  1. Log in to Calabrio ONE using administrator credentials.
  2. On the Downloads page (Application Management > Global > Administration > Downloads), click Calabrio ONE Smart Desktop. Calabrio ONE provides an .exe file for manual installation.
  3. Accept the End User License Agreement (EULA) when prompted.
  4. Copy CalabrioONEDesktopSetup_<TenantName>.exe from your Downloads folder and paste it in the server share location.
  5. Create a batch script to run the installer that contains the following script:

    <host name or IP address of server share location>\CalabrioONEDesktopSetup_<TenantName>.exe /LOG /VERYSILENT /ACTIVATE /NORESTART

  6. Start the Group Policy Management Editor and navigate to Computer Configuration > Policies > Windows Settings > Scripts (Startup/Shutdown) and add the batch script.

Option 3: Update using SCCM

You can use Microsoft System Center Configuration Manager (SCCM) to push Smart Desktop updates to multiple agent computers.

  1. Copy the following files to the server share location:

    • SCCM_Support.msi
    • CalabrioONEDesktopSetup_<TenantName>.exe
  2. Start SCCM and create an application.
  3. Select Automatically detect information about this application from installation files.
  4. In the Type field, select Windows Installer (*.msi file).
  5. In the Location field, browse to the location of the SCCM_Support.msi file.
  6. Click Yes if a warning appears that the publisher cannot be identified.
  7. Click Next after the application is successfully imported.
  8. Choose one of the following options:

    • MSI-based installs: Click Next.
    • EXE-based installs: Change the Installation Program field to:

      CalabrioONEDesktopSetup_<TenantName>.exe/LOG /VERYSILENT /ACTIVATE /NORESTART

  9. Click Next.
  10. Click Next and then click Close.

The /ACTIVATE and /NORESTART arguments

It is important that you understand the implications of using the /ACTIVATE and /NORESTART arguments in the batch script.

  • The /ACTIVATE argument activates Smart Desktop as soon as it is installed. Call recording is stopped until the installation and activation process is completed. If you push a new version of Smart Desktop during a work period, do not include the /ACTIVATE argument. In that case, the new version will activate automatically the next time the agent logs in.
  • The /NORESTART argument prevents a sudden reboot that can interrupt and lose call recordings.
  • Adding the /FORCENPCAP argument forces the NPCAP installer to run when executing the Smart Desktop Client installation. The NPCAP installer is included with the Smart Desktop Client.
  • Adding the /NONPCAP argument prevents the NPCAP installer from being installed on the target machine when executing the Smart Desktop Client installation.

NOTE   Use the /FORCENPCAP and /NONPCAP arguments independently from each other. Do not use them within the same command.

The NPCAP arguments

NPACP arguments are optional and can be used to control the installation of NPCAP on client devices.

IMPORTANT   The arguments are independent from each other, and only one of the arguments should be used during installation. Do not use them within the same command.

  • The /FORCENPCAP argument forces the NPCAP installer to run when executing the Smart Desktop Client installation.
  • The /NONPCAP argument prevents the NPCAP installer from being run when executing the Smart Desktop Client installation.

NOTE   NPCAP enables Recording Controls enables an agent to start, pause, resume, and stop audio, screen, and keystroke recording for active calls, as well as tag calls and add metadata to them.

Refer to the image below if you are installing Smart Desktop without NPCAP.

Related topics