2019-10-22, 12:16 AM
Sorry to keep bringing this up, but after running installservice.bat I noticed a firewall rule in my list of inbound rules named "NextPVR" with program location "installpathClient\NextPVR.exe" which is not going to do much.
This line in the bat file is missing a % in front of the variable
netsh.exe advfirewall firewall add rule name="NextPVR" dir=in action=allow program="installpath%Client\NextPVR.exe" enable=yes > nul
"installpath%Client\NextPVR.exe" should be changed to "%installpath%Client\NextPVR.exe"
This line in the bat file is missing a % in front of the variable
netsh.exe advfirewall firewall add rule name="NextPVR" dir=in action=allow program="installpath%Client\NextPVR.exe" enable=yes > nul
"installpath%Client\NextPVR.exe" should be changed to "%installpath%Client\NextPVR.exe"