home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 May / VPR0005B.BIN / DRIVER / ATI / R1289X / ATIDRIVE / ATITUNEP.IN_ / ATITUNEP.IN
Windows Setup INFormation  |  1999-09-15  |  2KB  |  75 lines

  1. ; ativtuxx.INF  -- This file installs ativtuxx.sys
  2. ;
  3. ;*** Created 6/6/97  (Creation Date)
  4. ;
  5.  
  6. [Version]
  7. ;CatalogFile=atitunep.cat
  8. signature="$CHICAGO$"
  9. Class=MEDIA
  10. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  11. Provider=%AtiTech%
  12. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  13.  
  14. [SourceDisksNames]
  15. 1="ATI WDM Drivers",,,c:\ati\install
  16.  
  17. [SourceDisksFiles]
  18. ativtuxx.sys=1
  19.  
  20. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  21.  
  22. [DestinationDirs]
  23. ATITUNEP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  24.  
  25. [Manufacturer]
  26. %ATI%=ATI
  27.  
  28. ; =================== Generic ==================================
  29.  
  30. [ATI]
  31. %ATITUNEP.DeviceDesc%=ATITUNEP.Device,DISPLAY\ATITUNEP
  32.  
  33. [ATITUNEP.Device]
  34. Include  =  ks.inf
  35. ;, kscaptur.inf
  36. Needs    =  KS.Registration
  37. ;,KSCAPTUR.Registration
  38. AddReg   =  atitunep.addreg
  39. CopyFiles=  ATITUNEP.CopyDrivers
  40. KnownFiles= ATITUNEP.KnownFiles
  41.  
  42. [ATITUNEP.CopyDrivers]
  43. stream.sys
  44. ativtuxx.sys
  45.  
  46. [ATITUNEP.KnownFiles]
  47. ativtuxx.sys=safe
  48.  
  49. [ATITUNEP.AddReg]
  50. HKR,,DevLoader,,*ntkern
  51. HKR,,NTMPDriver,,ativtuxx.sys
  52. HKR,,PageOutWhenUnopened,3,01
  53. HKR,,DebugLevel,3,0
  54.  
  55. ; =================== atitunep ==================================
  56.  
  57.  
  58. [ATITUNEP.Device.Interfaces]
  59. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  60.  
  61. [TvTuner]
  62. AddReg=TvTuner.AddReg
  63.  
  64. [TvTuner.AddReg]
  65. HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
  66. HKR,,FriendlyName,,%ATITUNEP.TUNER%
  67.  
  68. [Strings]
  69. AtiTech="ATI Technologies Inc."
  70. ATI="ATI"
  71. captureClassName="Sound, video and game controllers"
  72. ATITUNEP.DeviceDesc="ATI WDM TV Tuner"
  73. ATITUNEP.Tuner="ATI TV Tuner"
  74. REG_DWORD=0x00010001
  75.