2011-01-23, 04:16 PM
Before the analog device configuration page and associated walkthrough on the wiki is updated we want to get the facts straight! Please post if anything sounds wrong
-
NextPVR does not support analog tuner cards such as the ATI 550 pro or the Hauppauge 150 out of the box.
- In order to add support for these cards the easiest solution is to install download and install the latest version of WinTV7 from the Hauppauge support site. Note that the installer requires that you have an earlier WinTV CD available and have a supported Hauppauge device installed.
- For those that don't want to install the full Hauppauge WinTV suite or have lost their original CD, NextPVR users have reported they can download the latest WinTV7 release and extract and install only the required files using the instructions below.
- If you are running Windows 7 the commands will need to be run with elevated privileges (run as Admin).
- Create the folder "C:\Program Files (x86)\npvr\SoftPVR".
- Download WinTV7 and copy i to this new folder.
- Run this bat file (once run the WinTV7 installer can be d
Code:
ECHO OFF
ECHO *************************************************
ECHO NextPVR installer for Analog devices. (64 bit OS)
ECHO *************************************************
ECHO Creating Temp folders
MD "C:\Program Files (x86)\NPVR\SoftPVR\temp1\"
MD "C:\Program Files (x86)\NPVR\SoftPVR\temp2\"
ECHO
ECHO Extracting WinTV installer
"C:\Program Files (x86)\NPVR\SoftPVR\wintv7_cd_2.2d.exe" /x C:\Program Files (x86)\NPVR\SoftPVR\temp1
"C:\Program Files (x86)\NPVR\SoftPVR\temp1\WinTV7Setup.exe" /x C:\Program Files (x86)\NPVR\SoftPVR\temp2
ECHO
ECHO Copying required files
COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcl2ae.ax" "C:\Program Files (x86)\NPVR\SoftPVR\"
COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcm2ve.ax" "C:\Program Files (x86)\NPVR\SoftPVR\"
COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpeg2mux.ax" "C:\Program Files (x86)\NPVR\SoftPVR\"
COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpgaout.dll" "C:\Program Files (x86)\NPVR\SoftPVR\"
COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpgvout.004" "C:\Program Files (x86)\NPVR\SoftPVR\"
COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpgvout.dll" "C:\Program Files (x86)\NPVR\SoftPVR\"
ECHO
ECHO Registering files
c:\windows\SysWOW64\Regsvr32.exe "C:\Program Files (x86)\NPVR\SoftPVR\hcw_mcl2ae.ax" /s
c:\windows\SysWOW64\Regsvr32.exe "C:\Program Files (x86)\NPVR\SoftPVR\hcw_mcm2ve.ax" /s
c:\windows\SysWOW64\Regsvr32.exe "C:\Program Files (x86)\NPVR\SoftPVR\hcw_mcmpeg2mux.ax" /s
ECHO
ECHO Deleting Temp Folders
RD "C:\Program Files (x86)\NPVR\SoftPVR\temp1\" /s /q
RD "C:\Program Files (x86)\NPVR\SoftPVR\temp2\" /s /q
ECHO DONE
PAUSE
My Projects
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]