Installation

After downloading the latest installation file from the account dashboard, IRIS Clarity can be installed via the installation wizard or the command line. 

Installation wizard

The installation wizard is recommended for teams that do not use any of our Enterprise features like SSO or station-based authentication. The installation wizard will guide you through the installation process. 

Enterprise setup 

For enterprise users, there are a number of optional installation parameters that can be specified in the Enterprise Configuration step.

  • Team ID - Add your team ID to manage application settings from the account dashboard.
  • SSO domain  - Add the domain that you registered when setting up SSO.
  • License key - Add your license key to enable station-based licensing.

Automated installation

IRIS Clarity can be installed via the command line or a script using msiexec.


For example, to install IRIS Clarity v1.X with no user interaction:

msiexec /i "PATH\TO\IRIS_Clarity_1.X.msi" /q /norestart

Please note that quiet installations may fail due to existing security policies or  environment configurations. You can run msiexec with no display parameters specified or minimal interactions with /passive to test the installation. 

Parameters

You can specify optional installation parameters as key value pairs.

Option

Type

Default

Description

TEAMID

string

null

Add your team ID to manage application settings from the account dashboard.

SSO_DOMAIN

string

null

Add the domain that you registered when setting up SSO.

LICENSE_KEY

string

null

Add your license key to enable station-based licensing.

LAUNCH_AFTER_INSTALL

int (0 or 1)

1

Whether IRIS Clarity launches after installation has completed.


For example, to enter your team ID and prevent IRIS Clarity from launching immediately after installation, run:

msiexec /i "IRIS_Clarity_1.X.msi" TEAMID=XXXXXX LAUNCH_AFTER_INSTALL=0 /q /norestart