# Software 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.

Analysis Server Uninstall: Setup Wizard

Analysis Server Uninstall: Setup Wizard

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

Analysis Server Uninstall: Selection

Analysis Server Uninstall: Selection

  1. Click Remove to uninstall the software.

Analysis Server Uninstall: Remove

Analysis Server Uninstall: Remove

  1. Click Finish to complete the uninstallation process.

Analysis Server Uninstall: Complete

Analysis Server Uninstall: Complete

# Uninstalling through Control Panel

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

Analysis Server Uninstall: Control Panel

Analysis Server Uninstall: Control Panel

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

Analysis Server Uninstall: Control Panel Uninstall Program

Analysis Server Uninstall: Control Panel Uninstall Program

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

Analysis Server Uninstall: Setup Wizard

Analysis Server Uninstall: Setup Wizard

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

Analysis Server Uninstall: Selection

Analysis Server Uninstall: Selection

  1. Click Remove to uninstall the software.

Analysis Server Uninstall: Remove

Analysis Server Uninstall: Remove

  1. Click Finish to complete the uninstallation process.

Analysis Server Uninstall: Complete

Analysis Server Uninstall: Complete

# Uninstalling through the Command Line

  1. Run a command prompt as Administrator level privileges.

  2. Run the following command:

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

    Required:

    Parameter Description
    /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:

    Parameter Description
    /quiet Run the command in silent mode, meaning no user interaction required.
    /passive Run the command in unattended mode, showing only a progress bar.
    Uninstalling through Command Line: Optional Parameters

    # 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

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close