Deploy the Native Messenger

image-20251112-142732.png


Overview

The CerteroX Native Messenger is a client-side application that enables seamless authentication for the CerteroX browser extension.

Its primary function is to automatically authenticate the user signed into the browser extension by using the credentials of the currently logged-in Windows user. This provides a Single Sign-On (SSO) experience, removing the need for users to perform a manual sign-in.


Prerequisites

Before deployment, please ensure the following requirements are met:

  • Administrative privileges are required on the target endpoint for installation.

  • The CerteroX browser extension is deployed to the users' web browsers (e.g., Chrome, Edge).

  • Target devices are running a supported Windows operating system (e.g., Windows 10 or later).


Deployment Steps

The deployment process involves downloading the installer and native client from your CerteroX platform and then installing it on the target endpoints.

Step 1: Download the Installer

You can obtain the installation media directly from your CerteroX portal.

  1. Navigate to Settings → Platform Settings.

  2. Locate the CerteroX Native Messenger section.

  3. Download the installer. You can choose between two formats:

    • A .ZIP file containing the MSI installer.

    • The .MSI file directly.

Step 2: Install the Native Messenger

The application can be installed manually for testing or silently for mass deployment across your organization.

Manual Installation (GUI)

For individual installations, simply run the downloaded .MSI file. The installation wizard will guide you through the necessary steps. This method is ideal for testing or small-scale deployments.

Silent Installation (Automated Deployment)

For deploying at scale, a silent installation is recommended. This method uses the standard Windows Installer (msiexec.exe) and is suitable for deployment tools like the Certero Unified Platform, Microsoft SCCM/Intune, or other Remote Monitoring and Management (RMM) systems.

Use the following command in a script or your deployment tool:

msiexec /i "C:\Path\To\CerteroXNativeMessenger.msi" /qn /norestart

Command Breakdown:

  • msiexec /i: Invokes the installer package.

  • "C:\Path\To\CerteroXNativeMessenger.msi": The full path to the downloaded installer file.

  • /qn: Sets the user interface level to "no UI" for a completely silent installation.

  • /norestart: Prevents the installer from forcing a reboot after completion.


Post-Installation Verification

After a successful deployment, you can verify the installation using one of the following methods:

  • Check Installed Programs: Navigate to Apps & features (or Add or Remove Programs) in Windows Settings and confirm that CerteroX Native Messenger is listed.

  • File System: Verify that the CerteroX.NativeMessenger.exe file has been created in the installation directory (typically C:\Program Files\Certero\CerteroX Client).