The CHAPI service should self-install when you run the .MSI installer for CHAPI, at times you may also not be able to manually register it via command-line using Chapi.Register.exe .
We will utilize the Windows command SC to create a new windows service named CHAPI.ServiceHost_12556. This merely adds the service into windows, you'll need to configure it to run automatically afterwards.
SC Create CHAPI.ServiceHost_12556 binPath= “C:\Program Files (x86)\Cyrious\Control\Chapi\CHAPI.ServiceHost.exe” start= Auto
At times you may want to manually delete the service from the windows service list.
SC Delete CHAPI.ServiceHost_12556
Contributor: Brandon Readlinger, Cyrious
Date: 03/09/2016