2011-07-31, 09:51 AM
After viewing different threads I'm still unsure to the right way to install and use NextPVR on Windows 7 64 bit do to the lovely feature call UAC and this give me some problems with recording service (Symptom = a grey error box will popup in NextPVR).
1. Updating tvguide. To solve this i currently use a schedule task with admin rights running this batch file
2. Stopping NEWA live tv stream before the show ends stops recording service.
So the question is when using NextPVR on Windows 7 64 bit should UAC be off or can NextPVR be install so recording service doesn't need admin rights in day to day use?
1. Updating tvguide. To solve this i currently use a schedule task with admin rights running this batch file
Code:
"C:\Program Files (x86)\NPVR\NPVRServiceControl.exe" stop
"c:\Program Files (x86)\NPVR\NextPVR.exe" -emptyepgonly
start /wait E:\Filer\Stuff\dvbxml\dvbguide -fX -aC -c658000 -e3000 -m64QAM -s6875 -oE:\DVBC-EPG.xml
"c:\Program Files (x86)\NPVR\NextPVR.exe" -updateepgonly
"C:\Program Files (x86)\NPVR\NPVRServiceControl.exe" start
So the question is when using NextPVR on Windows 7 64 bit should UAC be off or can NextPVR be install so recording service doesn't need admin rights in day to day use?