Skip to main content
Version: 11

Installation

This guide will walk you through the Core Client installation process based on your setup. There are two main categories to make the navigation simple:


Installing through the Windows Interface

  1. Double-click the openit_<version>_client_windows_<architecture>.msi installer file to begin.

    A setup wizard will be displayed. Click Next.

    Welcome Screen

    Welcome Screen


  2. Read the License Agreement carefully before accepting the terms. Click Next.

    End-User License Agreement

    End-User License Agreement


  3. Specify where the Core Client will be installed. Click Change to specify a different directory, then click Next.

    Clicking Next without doing any changes will use the default installation path.

    Destination Folder

    Destination Folder


  4. Specify the Open iT Server URL. By default, the configured SRV (service) record in the Domain Name System (DNS) is displayed.

    The installer will automatically retrieve the server name and ports from the URL supplied, assuring that all of the clients are in sync with the same server name and ports used.

    Click Next.

    note

    A trusted server certificate is needed to establish a secure connection between the Open iT client and server.


    Server URL

    Server URL


    If the provided server URL is not available or accessible, a prompt will be displayed. Select Yes to continue or No to return to the server URL dialog.

    Inaccessible Server URL

    Inaccessible Server URL


    If there are no servers available, provide a server URL and choose to continue with the installation if prompted — the process will continue even if the server URL alias used is not available.

    Leaving the server URL text box blank will result in an error.

    Blank Server URL Warning

    Blank Server URL Warning


  5. On the Ready to Install screen, review the available options and select those that apply:

    • Run LicenseAnalyzer Auto Configurators - automatically configures supported license managers (i.e., Flexnet, DSLS, LM-X, LS-DYNA, RLM, and SlickEdit) after installation
    • Start Open iT Client Service - starts the Core Client service immediately after installation
    • Create a shortcut to the Core Reporter URI on the Desktop. (optional) - adds a convenient desktop shortcut to the server web interface

    note

    It is recommended to leave the default options checked for a smoother setup.

    If you need to review the entries, click Back.

    Click Install to begin the installation.

    Ready to Install

    Ready to Install


    warning

    Personal firewalls (such as ZoneAlarm) may cause problems during startup, and the Open iT service may log additional errors; this may not be critical, but it must be checked to ensure that there are no further errors logged.

  6. Click Finish to complete the installation.

    Finish Installation

    Finish Installation


Installing through the Command Line

  1. Open a command prompt with Administrator level privilege.

  2. Execute the following command:

    Command Syntax
    msiexec /i <msi_file> /l*v <log_file> <options> INSTALLDIR=$ROOT_DIR SERVERURI=<server_url>

    Required:

    ParameterDescription
    /i <msi_file>Use this to specify the path of the Windows installer file, openit_<version>_client_windows_<architecture>.msi.
    /l*v <log_file>Use this to specify the path of the installation log file that will be created during installation.
    Required Key-Value Pairs for Core Client Installation

    Properties:

    ParameterDescription
    INSTALLDIR=$ROOT_DIRThe path where the Open iT files will be installed. This value is set to C:\Program Files\OpeniT\Core by default.
    SERVERURIThe Open iT Server URL.
    Properties for Core Client Installation

    Options:

    ParameterDescription
    /quietRun the command in silent mode.
    /passiveRun the command in unattended mode — progress bar only.
    Options for Core Client Installation

    note

    The installer will use the Windows Installer Interface process when the installation option is not specified.

  3. When using the passive mode, wait until the process bar dialog disappears. When using the quiet mode, verify if the installation is complete by opening the Task Manager and checking in the Details tab if the msiexec process is still running.