;-----------------------------------------------------------------------------
; Copyright (c) 2000-2001, Focus Enhancements, Inc., All rights reserved.
;
; TViewPCI.inf -- Install file for TView PCI Gold.
;
;-----------------------------------------------------------------------------
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$Chicago$"
Provider=%ProviderName%
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
;[SourceDisksNames]
;1 = "Install Disk",Disk1,,
;[SourceDisksFiles]
;TViewPCI.sys = 1,,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; 9X Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,,"-18"
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
TViewPCI_Files_Driver = 10,System32\Drivers
TViewPCI_Files_Applet = 10,System32
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=Mfg0
[Mfg0]
%DeviceDesc%=TViewPCI_DDI, PCI\VEN_e159&DEV_0001&SUBSYS_00020077&REV_00
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
[TViewPCI_DDI]
CopyFiles=TViewPCI_Files_Driver
CopyFiles=TViewPCI_Files_Applet
AddReg=TViewPCI_9X_AddReg
[TViewPCI_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,TViewPCI.sys
; --------- Windows NT -----------------
[TViewPCI_DDI.NT]
CopyFiles=TViewPCI_Files_Driver
CopyFiles=TViewPCI_Files_Applet
[TViewPCI_DDI.NT.Services]
Addservice = TViewPCI, 0x00000002, TViewPCI_AddService
[TViewPCI_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\TViewPCI.sys
; --------- Files (common) -------------
[TViewPCI_Files_Driver]
TViewPCI.sys
[TViewPCI_Files_Applet]
TViewPCI.cpl
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="FOCUS Enhancements, Inc."
MfgName="FOCUS Enhancements, Inc."
DeviceDesc="TView Gold PCI"
DeviceClassName="MEDIA"
SvcDesc="TView Gold PCI"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.