home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY2.CAB / atitunep.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  1.5 KB  |  67 lines

  1. ; Localized    05/19/1998 12:45 AM (GMT)    7:3.0.406 A    atitunep.inf
  2. ; atitunep.INF  -- This file installs atitunep.sys
  3. ;
  4. ;*** Created 6/6/97  (Creation Date)
  5. ;
  6.  
  7. [Version]
  8. CatalogFile=atitunep.cat
  9. signature="$CHICAGO$"
  10. Class=MEDIA
  11. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  12. Provider=%Msft%
  13. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  14.  
  15. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  16.  
  17. [DestinationDirs]
  18. ATITUNEP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  19.  
  20. [Manufacturer]
  21. %MS%=MS
  22.  
  23. ; =================== Generic ==================================
  24.  
  25. [MS]
  26. %ATITUNEP.DeviceDesc%=ATITUNEP.Device,DISPLAY\ATITUNEP
  27.  
  28. [ATITUNEP.Device]
  29. Include  =  ks.inf, kscaptur.inf
  30. Needs    =  KS.Registration,KSCAPTUR.Registration
  31. AddReg   =  atitunep.addreg
  32. CopyFiles=  ATITUNEP.CopyDrivers
  33. KnownFiles= ATITUNEP.KnownFiles
  34.  
  35. [ATITUNEP.CopyDrivers]
  36. stream.sys
  37. atitunep.sys
  38.  
  39. [ATITUNEP.KnownFiles]
  40. atitunep.sys=safe
  41.  
  42. [ATITUNEP.AddReg]
  43. HKR,,DevLoader,,*ntkern
  44. HKR,,NTMPDriver,,atitunep.sys
  45. HKR,,PageOutWhenUnopened,3,01
  46.  
  47. ; =================== atitunep ==================================
  48.  
  49.  
  50. [ATITUNEP.Device.Interfaces]
  51. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  52.  
  53. [TvTuner]
  54. AddReg=TvTuner.AddReg
  55.  
  56. [TvTuner.AddReg]
  57. HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
  58. HKR,,FriendlyName,,%ATITUNEP.TUNER%
  59.  
  60. [Strings]
  61. Msft = "ATI"
  62. MS = "ATI"
  63. captureClassName = "╔∙╥⌠íó╩╙╞╡║═╙╬╧╖┐╪╓╞╞≈"
  64. ATITUNEP.DeviceDesc = "ATITuneP, WDM TVTuner"
  65. ATITUNEP.Tuner = "ATI TVTuner"
  66.  
  67.