Uninstall / Remove _kenaflow_

Here we describe how to remove kenaflow from a server. Please follow the steps.

  1. Stop kenaflow by stopping the main process, e.g. in Windows Task Scheduler
  2. Remote the kenaflow scheduled task if it was used.
  3. To unregister remote event receivers from SharePoint you need to use --unregisterrer for each workflow that uses remote events with SharePoint.
  4. Deactivate kenaflow (Deactivation).
  5. Delete the program folder (e.g. C:\Program Files\kenaflow)
  6. Delete the data folder of the kenaflow instance (e.g. C:\ProgramData\kenaflow\instance_<guid>)
  7. Remove the kenaflow instance registry key (e.g. HKLM\Software\kenaflow\<guid>)
  8. Remove the kenaflow licensing certificate ("kenaflow Licensing Root") from the "Intermediate CA" store of the local machine. (Use certlm.msc.)
  9. Remove the kenaro licensing certificate ("kenaro Licensing Root") from the "Root CA" store of the local machine. (Use certlm.msc.)

You can remove remote event receivers manually without kenaflow using CSOM code.