Uninstallation
The uninstallation process may leave certain files on the system, such as configuration files and logs. If necessary, administrators can manually remove these files to fully clean the installation directory.
- Windows
- Unix
Uninstalling through the Control Panel
Step 1: Open Programs and Features
-
Open the Control Panel.
-
Under Programs, click Uninstall a program.
Step 2: Uninstall Open iT Ingress
-
Right-click on Open iT Ingress, then click Uninstall.
Uninstall Option 1
Alternatively, click on Open iT Ingress, then click Uninstall from the header.
Uninstall Option 2
-
Click Yes to proceed.
Confirm Uninstallation
Step 3: Complete the Uninstallation
-
Wait for Windows to configure the Open iT Ingress.
Configure Prompt
-
When a confirmation appears stating that the server was successfully uninstalled, click OK.
Uninstalling through the Windows Installer Interface
Step 1: Launch the Installer
-
Double-click the installer file used to set up the software.
-
In the setup wizard, click Next.
Welcome Screen
Step 2: Select Remove Option
-
Click Remove.
Operation Selection
-
Click Remove to proceed.
Ready to Remove
Step 3: Complete the Uninstallation
-
Click Finish.
Complete Uninstallation
Uninstalling through the Command Line
-
Open a command prompt with Administrator level privileges.
-
Run the following command:
Command Syntaxmsiexec /x [msi_file] /l*v [log_file] [/quiet] [/passive]Parameter Description /x [msi_file]Use this parameter to specify the path to the Open iT Ingress installer file /l*v [log_file]Use this parameter to turn on logging of all information, including verbose output /quietUse this optional parameter to run the uninstallation in silent mode, meaning no user interaction required /passiveUse this optional parameter to run the uninstallation in unattended mode, showing only a progress bar Command Parameters
noteThe installer will use the Windows Installer Interface if the process mode (
/quietor/passive) is unspecified.Example
To uninstall
openit_ingress_1_x64.msi, located atC:\Installers, in unattended mode with all logging information stored in an output log file atC:\uninstall.log:Examplemsiexec /x "C:\Installers\openit_ingress_1_x64.msi" /l*v "C:\uninstall.log" /passivenoteWhen 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 Terminal
Open a terminal with root user privileges and run the following command:
rpm -ev openit-ingress