...
Info |
---|
During uninstalling the Windows Agent, we detect several times the following messages: |
Status | ||||
---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
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. |
...
- Remove the corresponding Registry (delete the entire folder): Computer*\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Check_MK_Agent*
Stop the Checkmk Agent Service
Code Block language powershell theme RDark 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:
- https://support.microsoft.com/en-us/help/17588/windows-fix-problems-that-block-programs-being-installed-or-removedLink 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
...