Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
During uninstalling the Windows Agent, we detect several times the following messages:

Screenshot of a windows installer error. The error reads 22996aa.msi is not 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.Image Modified




Code Block
languagebash
themeRDark
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.


Panel
borderColorblack
bgColor#f8f8f8
titleTable of Contents

Table of Contents

...

  1. Remove the corresponding Registry: Computer*\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Check_MK_Agent*

  2. Stop the Checkmk Agent Service

    Code Block
    languagepowershell
    themeRDark
    net stop Check_MK_Agent #(for CheckMK Agent 1.5)
    net stop CheckMKService #(for CheckMK Agent 1.6)


  3. 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

  4. Download the troubleshooter for removing this entry:
  5. Reboot

...