Uninstall of Windows agent failed
During uninstalling the Windows Agent, we detect several times the following messages:
LAST TESTED ON CHECKMK 2.3.0P1
The file 'C:\Windows\Installer\22996aa.msi' is not a valid installation package for the product Check_MK agent. Try to find the installation package check-mk-agent-v1pvq1 in a folder from which you can install Check_MK agent.
Table of Contents
We analyzed this further and noticed that this is happening if you remove the following files:
- C:\Windows\Installer\ .msi
- check-mk-agent-1.x.x-xyz.msi
Windows can't uninstall the Checkmk Agent if both files are missing from the system. So please don't remove both files.
If you're using the Agent Bakery, please keep in mind that for restoring, you need the Agent from the bakery with the same hash as previously installed on the system.
If you delete both files accidentally, you need to follow these steps for uninstalling the Checkmk Agent successfully.
Step-by-step guide
- Remove the corresponding Registry (delete the entire folder): Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Check_MK_Agent
Stop the Checkmk Agent Service
net stop Check_MK_Agent #(for CheckMK Agent 1.5) net stop CheckMKService #(for CheckMK Agent 1.6 and 2.x)
- Remove the Directory "C:\Program Files (x86)\check_mk"
- In Control Panel "\Programs\Uninstall a program" you will find one deprecated entry for Check_MK Agent
- In Control Panel "\Programs\Uninstall a program" you will find one deprecated entry for Check_MK Agent
- Download the troubleshooter for removing this entry:
- Link to download the troubleshooter
Uninstall CheckMK Agent with the troubleshooter
- Open the uninstallation program
. - Click Next
. - Click Uninstalling
. - Select your Checkmk Agent and click Next
. - Click Yes, try uninstall
- Click Close the troubleshooter
- Open the uninstallation program
- Reboot
Related articles