Skip to main content
Version: 10.2

Uninstallation

Uninstalling through the Windows Installer Interface

  1. Right-click the installer used to install the ServiceNow Adapter for Open iT Integration, Open iT ServiceNow Adapter x64.msi, then click Run as Administrator.

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

    SUninstallation Wizard

    Uninstallation Wizard


  3. Click Remove to remove the ServiceNow Adapter for Open iT Integration from the computer.

    Uninstallation Selection

    Uninstallation Selection


  4. Click Remove to uninstall the software.

    Ready to Uninstall

    Ready to Uninstall


  5. Click Finish to complete the uninstallation process.

    Uninstallation Complete

    Uninstallation Complete


Uninstalling through the Control Panel

  1. Go to the Control Panel.

  2. Under Programs, click Uninstall a program.

    Uninstall a program

    Uninstall a program


  3. From the list of programs, select ServiceNow Adapter for Open iT Integration and click Uninstall.

    Uninstallation - Control Panel

    Uninstallation - Control Panel


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

    Uninstallation Wizard

    Uninstallation Wizard


  5. Click Remove to remove the ServiceNow Adapter for Open iT Integration from the computer.

    Uninstallation Selection

    Uninstallation Selection


  6. Click Remove to uninstall the software.

    Ready to Uninstall

    SReady to Uninstall


  7. 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. Execute the following command:

    Command Syntax
    msiexec /x <msi_file> /l*v <log_file> <options>

    Required Parameters

    ParameterDescription
    /i <msi_file>Use this parameter to specify the path to the Windows installer file, Open iT ServiceNow Adapter x64.msi.
    l*v <log_file>Use this parameter to specify the path to the uninstallation log file that will be created during uninstallation.
    Required Parameters

    Optional Parameters

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

    note

    When an uninstallation option is not specified, the Windows Interface process will be used.

    When using the passive mode, wait until the process bar dialog disappears. When using the quiet mode, verify if the uninstallation is complete by opening the Task Manager and checking the Details tab to see if the msiexec process is no longer there.