home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd2.bin / system / _ovladace / ati_catalyst / tv-capture-wdm-6-14-10-6201v1.exe / WDM_9x / ativmdxx.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-06-23  |  3.2 KB  |  121 lines

  1. ;
  2. ; ATIVmdxx.INF  -- This file installs the VBI codec for Macrovision detection
  3. ;               
  4. ;*** Created 03/02/99  (Creation Date)
  5. ; Copyright 2002, ATI Technologies Inc.
  6.  
  7. [Version]
  8. CatalogFile=ati9xwdm.cat
  9. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  10. signature="$CHICAGO$"
  11. Class=Media
  12. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  13. Provider=%AtiTech%
  14. DriverVer=06/23/2003, 6.14.10.6207
  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. ATIVmdxx.sys=1
  22.  
  23. [DestinationDirs]
  24. MVDCodec.Device.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  25.  
  26. [Manufacturer]
  27. %ATI%=ATI
  28.  
  29. ; =================== Generic ==================================
  30.  
  31. [ATI]
  32. %MVDCodec.DeviceDesc%=MVDCodec.Device,DISPLAY\MVDCodec27
  33. %MVDCodec.DeviceDesc%=MVDCodec.Device,DISPLAY\MVDCodec28
  34.  
  35.  
  36.  
  37. [MVDCodec.Device]
  38. Include=    ks.inf
  39. Needs=      KS.Registration
  40. AddReg=     MVDCodec.Device.AddReg
  41. CopyFiles=  MVDCodec.Device.CopyDrivers
  42.  
  43. [MVDCodec.Device.NT]
  44. Include=    ks.inf
  45. Needs=      KS.Registration
  46. AddReg=     MVDCodec.Device.NT.AddReg
  47. CopyFiles=  MVDCodec.Device.CopyDrivers
  48.  
  49. [MVDCodec.Device.AddReg]
  50. HKR,,DevLoader,,*ntkern
  51. HKR,,NTMPDriver,,ativmdxx.sys
  52. HKR,,DebugLevel,3,0
  53.  
  54. [MVDCodec.Device.NT.AddReg]
  55. HKR,,DevLoader,,*ntkern
  56. HKR,,NTMPDriver,,atinmdxx.sys
  57. HKR,,DebugLevel,3,0
  58.  
  59. [MVDCodec.Device.CopyDrivers]
  60. ativmdxx.sys
  61.  
  62. [MVDCodec.Device.Interfaces]
  63. AddInterface={07DAD660-22F1-11d1-A9F4-00C04FBBDE8F},"GLOBAL",VBICodec,
  64.  
  65. [MVDCodec.Device.NT.Interfaces]
  66. AddInterface={07DAD660-22F1-11d1-A9F4-00C04FBBDE8F},"GLOBAL",VBICodec,
  67.  
  68. [VBICodec]
  69. AddReg=VBICodec.AddReg
  70.  
  71. [VBICodec.AddReg]
  72. HKR,,CLSID,,%CLSID%
  73. HKR,,FriendlyName,,%MVDCodec.FriendlyName%
  74. HKLM,Software\CLASSES\CLSID\%AMcatID%\Instance\%VBIcatID%
  75. HKLM,Software\CLASSES\CLSID\%AMcatID%\Instance\%VBIcatID%,,,%WDMCodecs%
  76. HKLM,Software\CLASSES\CLSID\%AMcatID%\Instance\%VBIcatID%,FriendlyName,,%WDMCodecs%
  77. HKLM,Software\CLASSES\CLSID\%AMcatID%\Instance\%VBIcatID%,CLSID,,"%VBIcatID%"
  78.  
  79. [MVDCodec.Device.Services]
  80. AddService = MVDCODEC,0x00000002,MVDCodec.ServiceInstall
  81.  
  82. [MVDCodec.Device.NT.Services]
  83. AddService = MVDCODEC,0x00000002,MVDCodec.ServiceInstall
  84.  
  85. [MVDCodec.ServiceInstall]
  86. DisplayName   = %MVDCodec.DeviceDesc%
  87. ServiceType   = %SERVICE_KERNEL_DRIVER%
  88. StartType     = %SERVICE_AUTO_START%
  89. ErrorControl  = %SERVICE_ERROR_NORMAL%
  90. ServiceBinary = %12%\ativmdxx.sys
  91.  
  92. ;---------------------------------------------------------------
  93. ;                S t r i n g s
  94. ;---------------------------------------------------------------
  95.  
  96. [Strings]
  97.  
  98. ;----------------
  99. ; Non-Localizable
  100. ;----------------
  101.  
  102. SERVICE_KERNEL_DRIVER    =1
  103. SERVICE_AUTO_START        =2
  104. SERVICE_ERROR_NORMAL    =1
  105.  
  106. ;CLSID="{07DAD661-22F1-11d1-A9F4-00C04FBBDE8F}"            ; CHANGE_ME
  107. CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"    ; KsProxy.ax's ID, REQUIRED
  108. VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
  109. AMcatID="{DA4E3DA0-D07D-11d0-BD50-00A0C911CE86}"
  110.  
  111.  
  112. ;----------------
  113. ; Localizable
  114. ;----------------
  115.  
  116. AtiTech="ATI Technologies Inc."
  117. ATI="ATI"
  118. MVDCodec.DeviceDesc        = "Specialized MVD WDM VBI Codec"
  119. MVDCodec.FriendlyName    = "Specialized MVD WDM VBI Codec"
  120. WDMCodecs                    = "WDM Streaming VBI Codecs"
  121.