home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 November / PCWorld_2003-11_cd.bin / Hardware / catalyst / wme-catalyst-7-94-030917m-011434c.exe / WDM / WDM_9x / ATITVSND.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2003-08-06  |  1.7 KB  |  77 lines

  1. ; ativsnxx.INF  -- This file installs ativsnxx.sys
  2. ;
  3. ;*** Created 6/6/97  (Creation Date)
  4. ; Copyright 2002, ATI Technologies Inc.
  5.  
  6. [Version]
  7. CatalogFile=ati9xwdm.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. DriverVer=08/06/2003, 6.14.10.6217
  14.  
  15.  
  16. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  17. [SourceDisksNames]
  18. 1="ATI Drivers Release CD",,1
  19.  
  20. [SourceDisksFiles]
  21. ativsnxx.sys=1
  22.  
  23. [DestinationDirs]
  24. ATITVAudio.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  25.  
  26.  
  27. [Manufacturer]
  28. %ATI%=ATI
  29.  
  30. ; =================== Generic ==================================
  31.  
  32. [ATI]
  33. %ATITVAudio.DeviceDesc%=ATITVAudio.Device,DISPLAY\ATITVAudio29
  34.  
  35.  
  36. [ATITVAudio.Device]
  37. Include  =  ks.inf
  38. Needs    =  KS.Registration
  39. AddReg   =  ATITVAudio.addreg
  40. CopyFiles=  ATITVAudio.CopyDrivers
  41. KnownFiles= ATITVAudio.KnownFiles
  42.  
  43.  
  44. [ATITVAudio.AddReg]
  45. HKR,,DevLoader,,*ntkern
  46. HKR,,NTMPDriver,,ativsnxx.sys
  47. HKR,,PageOutWhenUnopened,3,01
  48. HKR,,DebugLevel,3,0
  49.  
  50. [ATITVAudio.CopyDrivers]
  51. ativsnxx.sys
  52.  
  53. [ATITVAudio.KnownFiles]
  54. ativsnxx.sys=safe
  55.  
  56. ; =================== ATITVAudio ==================================
  57.  
  58.  
  59. [ATITVAudio.Device.Interfaces]
  60. AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TVAudio,
  61.  
  62. [TVAudio]
  63. AddReg=TVAudio.AddReg
  64. HKR,,FriendlyName,,%ATITVAudio.TVAudio%
  65.  
  66. [TVAudio.AddReg]
  67. HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
  68.  
  69. [Strings]
  70. AtiTech="ATI Technologies Inc."
  71. ATI="ATI"
  72. captureClassName="Sound, video and game controllers"
  73. ATITVAudio.DeviceDesc="ATI WDM TV Audio"
  74. ATITVAudio.TVAudio="ATI TV Audio"
  75. REG_DWORD=0x00010001
  76.  
  77.