Skip to main content

Uninstallation

Uninstalling through the Windows Installer Interface

  1. Run the openit_<version>_client_windows_<architecture>.msi installer file.

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

    Uninstall Wizard

    Uninstall Wizard


  3. Click Remove.

    Uninstall Selection

    Uninstall Selection


  4. Click Remove to uninstall the software.

    Uninstall Remove

    Uninstall Remove


  5. Click Finish to complete the uninstallation process.

    Uninstall Complete

    Uninstall Complete

Uninstalling through the Command Line

  1. Open a command prompt with Administrator level privileges.

  2. Run the following command:

    Command Syntax
    msiexec /x <path_to_installer> /l*v <path_to_logfile> [/quiet] [/passive]
    ParameterDescription
    /xUse this parameter to specify uninstallation
    <path_to_installer>Use this parameter to specify the path to the installer file
    /l*vUse this parameter to turn on logging of all information, including verbose output
    <path_to_logfile>Use this parameter to specify the path to the output log file
    /quietUse this optional parameter to run the process in silent mode, meaning no user interaction required
    /passiveUse this optional parameter to run the process in unattended mode, showing only a progress bar
    Command Parameters

    note

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

    Example

    Sample Command
    msiexec /x "C:\Installers\openit_workstation_client_windows_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.

Uninstalling through the Control Panel

  1. Go to the Control Panel.

  2. Under Program, click Uninstall a program.

  3. In the list of programs, select Open iT Workstation Client, then click Uninstall at the upper-left of the list or right-click the item, then click Uninstall.

    Control Panel Program List

    Control Panel Program List


  4. Click Yes to proceed.

    Confirm Uninstallation

    Confirm Uninstallation