home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Utility / wxp-w2k-catalyst-8-10-050119a-020581c.exe / WDM.dat < prev    next >
Text File  |  2004-11-30  |  6KB  |  200 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; .dat file for the Multimedia Drivers component dll
  4. ;
  5. ; Abstract:
  6. ; The Key value will overwrite the dll code and will be returned by the component dll.
  7. ; Therefore, the key value should not be defined if the value is expected from the dll code.
  8. ; The dat file (if used) should have the same prefix name of the dll file.
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10.  
  11. [Component]
  12. ;Default
  13. Name=Multimedia Drivers
  14. ;Arabic
  15. Name_ara=Multimedia Drivers
  16. ;Traditional Chinese
  17. Name_cht=Multimedia Drivers
  18. ;Simplified Chinese
  19. Name_chs=Multimedia Drivers
  20. ;Czech
  21. Name_csy=Multimedia Drivers
  22. ;Danish
  23. Name_dan=Multimedia Drivers
  24. ;Dutch
  25. Name_nld=Multimedia Drivers
  26. ;English
  27. Name_enu=Multimedia Drivers
  28. ;Finnish
  29. Name_fin=Multimedia Drivers
  30. ;French
  31. Name_fra=Multimedia Drivers
  32. ;German
  33. Name_deu=Multimedia Drivers
  34. ;Greek
  35. Name_ell=Multimedia Drivers
  36. ;Hebrew
  37. Name_heb=Multimedia Drivers
  38. ;Hungarian
  39. Name_hun=Multimedia Drivers
  40. ;Italian
  41. Name_ita=Multimedia Drivers
  42. ;Japanese
  43. Name_jpn=Multimedia Drivers
  44. ;Korean
  45. Name_kor=Multimedia Drivers
  46. ;Norwegian
  47. Name_nor=Multimedia Drivers
  48. ;Polish
  49. Name_plk=Multimedia Drivers
  50. ;Portuguese
  51. Name_ptg=Multimedia Drivers
  52. ;Russian
  53. Name_rus=Multimedia Drivers
  54. ;Spanish
  55. Name_esp=Multimedia Drivers
  56. ;Swedish
  57. Name_sve=Multimedia Drivers
  58. ;Thai
  59. Name_tha=Multimedia Drivers
  60. ;Turkish
  61. Name_trk=Multimedia Drivers
  62.  
  63. ;Default
  64. Description=Install Multimedia Drivers
  65. ;Arabic
  66. Description_ara=Install Multimedia Drivers
  67. ;Traditional Chinese
  68. Description_cht=ªw╕╦ Multimedia Drivers
  69. ;Simplified Chinese
  70. Description_chs=░▓╫░ Multimedia Drivers
  71. ;Czech
  72. Description_csy=Instalovat Multimedia Drivers
  73. ;Danish
  74. Description_dan=InstallΘr Multimedia Drivers
  75. ;Dutch
  76. Description_nld=Multimedia Drivers installeren
  77. ;English
  78. Description_enu=Install Multimedia Drivers
  79. ;Finnish
  80. Description_fin=Asenna Multimedia Drivers
  81. ;French
  82. Description_fra=Installer les Multimedia Drivers
  83. ;German
  84. Description_deu=Multimedia Drivers installieren
  85. ;Greek
  86. Description_ell=┼πΩß⌠▄≤⌠ß≤τ Multimedia Drivers
  87. ;Hebrew
  88. Description_heb=Σ·≈∩ α· Multimedia Drivers
  89. ;Hungarian
  90. Description_hun=Multimedia Drivers telepφtΘse
  91. ;Italian
  92. Description_ita=Installa Multimedia Drivers
  93. ;Japanese
  94. Description_jpn=Multimedia Driversé≡âCâ"âXâgü[âïé╡é▄é╖
  95. ;Korean
  96. Description_kor=Multimedia Drivers ╝│─í
  97. ;Norwegian
  98. Description_nor=Installer Multimedia Drivers
  99. ;Polish
  100. Description_plk=Zainstaluj Multimedia Drivers
  101. ;Portuguese
  102. Description_ptg=Instalar Multimedia Drivers
  103. ;Russian
  104. Description_rus=╚φ±≥αδδΦ≡εΓα≥ⁿ Multimedia Drivers
  105. ;Spanish
  106. Description_esp=Instalar Multimedia Drivers
  107. ;Swedish
  108. Description_sve=Installera Multimedia Drivers
  109. ;Thai
  110. Description_tha=╡╘┤╡╤ΘºMultimedia Drivers
  111. ;Turkish
  112. Description_trk=Multimedia Drivers Yⁿkle
  113.  
  114. ; cds defines the path of the Component Detection Service
  115. CDS=..\bin
  116.  
  117. ;
  118. ; Req_ASIC=<Device id 1>,<Device id 2>, ...
  119. ; Gives the PCI device ID to check for requirement. 
  120. ; If the ATI ASIC is found, then MeetsRequirement from the dll will return 1.
  121. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  122. ; For example, R128 family - 5200; Rage PRO family - 4700
  123. ;              Rage PRO (GB) - 4742
  124. ;Req_ASIC=5159,4C59,4C5A, 4c57,4C58,5157,514C,514D,514E,514F,4242
  125.  
  126. ;
  127. ; !Req_ASIC=<Device id 1>,<Device id 2>, ...
  128. ; Gives the PCI device ID to check for requirement. 
  129. ; If the ATI ASIC is found, then MeetsRequirement from the dll will return 0.
  130. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  131. ; For example, R128 family - 5200; Rage PRO family - 4700
  132. ;              Rage PRO (GB) - 4742
  133. ;!Req_ASIC=4700
  134.  
  135. ;
  136. ; Req_Capture=<Vendor id Device id 1>,<Vendor id Device id 2>, ...
  137. ; Gives the PCI vendor and device ID to check for requirement. 
  138. ; If the Capture ASIC is found, then MeetsRequirement from the dll will return 1.
  139. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  140. ; For example, BT878 - 109e0878 (where 109e is the vendor id, 878 is the device id)
  141. ;Req_Capture=109e0878
  142.  
  143. ;
  144. ; !Req_Capture=<Vendor id Device id 1>,<Vendor id Device id 2>, ...
  145. ; Gives the PCI vendor and device ID to check for requirement. 
  146. ; If the Capture ASIC is found, then MeetsRequirement from the dll will return 0.
  147. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  148. ; For example, BT878 - 109e0878 (where 109e is the vendor id, 878 is the device id)
  149. ;!Req_Capture=109e0878
  150.  
  151. ;
  152. ; Req_Tuner=1,NTSC,PAL,SECAM,SCART,0
  153. ; Check if the Tuner attached has the standard required, the MeetsRequirement will return 1
  154. ;
  155. ;Req_Tuner=PAL,SECAM
  156.  
  157. ; For WDM installation
  158. Req_VideoIn=1
  159.  
  160. ; 0=no, 1=yes
  161. ; MeetsRequirement=1
  162. ;
  163. ;CheckCard=1
  164.  
  165. ; in KB         
  166. Size=4000
  167.  
  168. ; 0, 1, 2 ... where 0 is the highest order
  169. Order=2
  170.  
  171. ; 0=no, 1=yes
  172. Reboot=1
  173.  
  174. ; OS can be 1, WIN_95, WIN_95_OSR2_USB, WIN_98, WIN_NT351, WIN_NT4, WIN_NT5, WIN_98_GOLD
  175. ; WIN_98_SE, WIN_ME
  176. OS=WIN_2K,WIN_XP
  177.  
  178. ; 0=no, 1=yes
  179. Visible=1                  
  180.  
  181. ; 0=no, 1=yes
  182. WaitMessage=1               
  183.  
  184. ; <Comp#1>,<Comp#2>
  185. ;ReqComp=
  186. ;InstallCommandLine=dsetup.exe
  187. ; For display driver, we have to launch silent child install.
  188.  
  189. ;not support this switch this version
  190. InstallCommandLine=setup.exe,/K
  191.  
  192. CheckATICard=1
  193.  
  194. ;Component Version
  195. Ver=AiW/ViVo 4.07 (6246v3)
  196.  
  197. ;Requires Uninstall before installing this component
  198. ;UninstallComp=ATI Display Driver,ATI Video Player
  199.