2019-09-16, 04:29 AM
I used power shell as admin to create a service as follows...
PS C:\WINDOWS\system32> sc.exe create NextPVRService binPath= " C:\Program Files\NPVR\NextPVRService.exe"
[SC] CreateService SUCCESS
Then browsed the Services explorer and found the service that was created but when I started it I got an "Error 87: Parameter is incorrect"
Obviously, I'm doing something wrong. I also tried just double clicking on NextPVRService.exe but that gave me an error saying that I needed to install the service first.
PS C:\WINDOWS\system32> sc.exe create NextPVRService binPath= " C:\Program Files\NPVR\NextPVRService.exe"
[SC] CreateService SUCCESS
Then browsed the Services explorer and found the service that was created but when I started it I got an "Error 87: Parameter is incorrect"
Obviously, I'm doing something wrong. I also tried just double clicking on NextPVRService.exe but that gave me an error saying that I needed to install the service first.