# Software Uninstallation

# Uninstalling through the Windows Installer Interface

  1. Run the openit_[version]_identity_server.msi installer file used to install the software.

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

    Identity Server Uninstallation: Welcome Screen

    Identity Server Uninstallation: Welcome Screen

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

    Identity Server Uninstallation: Selection

    Identity Server Uninstallation: Selection

  4. Click Remove to uninstall the software.

    Identity Server Uninstallation: Remove

    Identity Server Uninstallation: Remove

  5. Click Finish to complete the uninstallation process.

    Identity Server Uninstallation: Complete

    Identity Server 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:

    Parameter Description
    /x [msi_file] The path of the Windows installer file used to install the Open iT Identity Server.
    /l*v [log_file] The path of the log file that contains the detailed uninstallation messages.
    Uninstalling through the 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 the Command Line: Optional Parameters

    # Example

    To uninstall openit_10_0_210_identity_server.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_0_210_identity_server.msi" /l*v "C:\uninstall.log" /passive

# Uninstalling through the Control Panel

  1. Go to the Control Panel.

  2. Under Programs, click Uninstall a program.

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

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

    Identity Server Installation: Welcome Screen

    Identity Server Uninstallation: Welcome Screen

  5. Click Remove to remove the Open iT Identity Server from the computer.

    Identity Server Uninstallation: Selection

    Identity Server Uninstallation: Selection

  6. Click Remove to uninstall the software.

    Identity Server Uninstallation: Remove

    Identity Server Uninstallation: Remove

  7. Click Finish to complete the uninstallation process.

    Identity Server Uninstallation: Complete

    Identity Server Uninstallation: Complete

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