Skip to main content
Version: 10.2

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.

    Welcome Screen

    Welcome Screen

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

    Operation Selection

    Operation Selection

  4. Click Remove to uninstall the software.

    Ready to Remove

    Ready to Remove

  5. 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 Identity Server.
/l*v <log_file>The path of the log file that contains the detailed uninstallation messages.
Required Key-Value Pairs for Identity 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_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
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 Identity Server and click Uninstall.

    Control Panel  Program List

    Control Panel Program List

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

    Welcome Screen

    Welcome Screen

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

    Operation Selection

    Operation Selection

  6. Click Remove to uninstall the software.

    Ready to Remove

    Ready to Remove

  7. Click Finish to complete the uninstallation process.

    Uninstallation Complete

    Uninstallation Complete