Skip to main content

Installation

Installing through the Windows Interface

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

    A setup wizard will be displayed. Click Next.

    Welcome Screen

    Welcome Screen


  2. Specify where the Workstation 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


  3. Specify the Uniform Resource Identifier (URI) of the Open iT Core Server. By default, the configured SRV (service) record in the Domain Name System is displayed.

    The installer will automatically retrieve the server name and ports from the URI 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 URI

    Server URI


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

    Inaccessible Server URI

    Inaccessible Server URI


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

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

    Blank Server URI Warning

    Blank Server URI Warning


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

    • Create a shortcut to the Open iT Core Reporter on the Desktop (optional) - adds a convenient desktop shortcut to the server web interface
    • Start the Open iT Client Service - starts the client service immediately after installation

    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.

  5. 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=http(s)://<ingress_hostname>:<port_number>

    Required:

    ParameterDescription
    /i <msi_file>Use this to specify the path of the Windows installer file, openit_<version>_workstation_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 Workstation Client Installation

    Properties:

    ParameterDescription
    INSTALLDIR=<root_dir>The path where the Open iT files will be installed. This value is set to C:\Program Files\OpeniT\Core by default.
    SERVERURIThe web URI (Uniform Resource Identifier) including the correct port number of the Open iT Ingress.
    Properties for Workstation Client Installation

    Options:

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

    note

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

    Example

    Sample Command
    msiexec /i "openit_workstation_client_windows_x64.msi" /l*v "C:\Users\johndoe\Logs\install.log" /passive SERVERURI=http://WIN-SERVER01:8080/
  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.