Skip to main content
Version: 10.2

Uninstallation

Uninstalling Through Windows Interface

  1. Right-click the openit_<version>_asee_windows_x64.msi installer file, then click Run as Administrator.

  2. A setup wizard will be displayed. Click Next.

Setup Wizard

Setup Wizard


  1. Click Remove to remove the Open iT Analysis Server from the computer.

Selection

Selection


  1. Click Remove to uninstall the software.

Remove

Remove


  1. Click Finish to complete the uninstallation process.

Complete

Complete


Uninstalling through Control Panel

  1. Go to the Control Panel.
  2. Under Programs, click Uninstall a program.

Control Panel

Control Panel


  1. In the list of programs, select Open iT Analysis Server and click Uninstall.

Control Panel Uninstall Program

Control Panel Uninstall Program


  1. A setup wizard will be displayed. Click Next.

Setup Wizard

Setup Wizard


  1. Click Remove to remove the Open iT Analysis Server from the computer.

Selection

Selection


  1. Click Remove to uninstall the software.

Remove

Remove


  1. Click Finish to complete the uninstallation process.

Complete

Complete


Uninstalling through the Command Line

  1. Run a command prompt with Administrator level privileges.

  2. Run the following command:

    Command Syntax
    msiexec /x [msi_file] /l*v [log_file] [/quiet] [/passive]

    Required:

    ParameterDescription
    /x [msi_file]The path of the Windows installer file used to install the Open iT Analysis Server.
    l*v [log_file]The path of the installation log file that will be created during installation.
    Uninstalling through Command Line: Required Parameters

    Optional:

    ParameterDescription
    /quietRun the command in silent mode, meaning no user interaction is required.
    /passiveRun the command in unattended mode, showing only a progress bar.
    Uninstalling through Command Line: Optional Parameters

    NOTE

    The installer will use the Windows Installer Interface if the process mode (/quiet or /passive) is unspecified.

    Example

    To uninstall OpeniTAnalysis Server-x64.msi, located at C:\Installers, in unattended mode with all logging information stored in an output log file at C:\uninstall.log:

    Example
    msiexec /x "C:\Installers\OpeniTAnalysis Server-x64.msi" /l*v "C:\uninstall.log" /passive
    NOTE

    When using the passive mode, wait until the process bar dialog disappears.

    When using the quiet mode, verify that the uninstallation is complete by opening the Task Manager and checking in the Details tab if the msiexec process is still running.