NextPVR Forums

Full Version: Installation Failure on Windows 8.1 x64
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I just installed NextPVR and your nDroid program. Initially, the service failed to install. I traced this initially to the batch file test on line 4 of the InstallService.bat :

Code:
sc query state= all | find /I "nDroid Service"

It seems That this test matches

Code:
c:\Program Files (x86)\Beetec Services\nDroid Service>sc query state= all | find /I "nDroid"
SERVICE_NAME: BstHdAndroidSvc
DISPLAY_NAME: BlueStacks Android Service

in my system. So I changed Line 4 to Read

Code:
sc query state= all | find "nDroid Service"

this changed made the test for the "nDroid Serivce" case sensitive , bypassing the false positive hits against the two BlueStacks Android services this permitted the test to process correctly and the service installed properly.

FWIW and HTH
Sorry for the slow response - I haven't been on the forums for a couple of days.

Thanks for letting me know - I'll take a look at the batch file and make changes as it occurs to me there may be other Android services installed on users' PCs which could also trigger false positives.

Cheers,
Brian