Skip to main content
Version: 10.2

Uninstallation

This guide provides instructions for uninstalling the Core Server. Choose one of the available installation methods below:


Uninstalling through the Windows Installer Interface

  1. Run the openit_<version>_server_windows_<architecture>.msi installer file used to install the software.

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

    Welcome Screen

    Welcome Screen


  3. Click Remove to remove the Open iT Core Server from the computer.

    Operation Selection

    Operation Selection


  4. Click Remove to uninstall the software.

    Ready to Remove

    Ready to Remove


  5. A notification dialog should be displayed. Read the message, then click Uninstall to proceed.

    Confirm Uninstallation

    Confirm Uninstallation


  6. Click Finish to complete the uninstallation process.

    Uninstallation Complete

    Uninstallation Complete


Uninstalling through the Command Line

  1. Open 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 Windows Core Server.
    /l*v <log_file>The path of the log file that contains the detailed uninstallation messages.
    Required Key-Value Pairs for Core Server Uninstallation

    Optional:

    ParameterDescription
    /quietUse this to run the command in silent mode.
    /passiveUse this to run the command in unattended mode - progress bar only.
    Optional Parameters

    note

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

    Example

    To uninstall openit_10_2_500_server_windows_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\openit_10_2_500_server_windows_x64 /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.

Uninstalling through the Control Panel

  1. Go to the Control Panel.

  2. Under Programs, click Uninstall a program.

    Control Panel

    Control Panel


  3. In the list of programs, select Open iT Core Server and click Uninstall.

    Control Panel Program List

    Control Panel Program List


  4. Wait for Windows to configure the Open iT Core Server.

    Configuring Uninstallation

    Configuring Uninstallation


  5. A confirmation will appear stating that the server was successfully uninstalled. Click OK to complete the process.

    Uninstallation Complete

    Uninstallation Complete