home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Utility / 5-11_xp-2k_dd_ccc_wdm_enu_27345.exe / WDM_ALL.dat < prev    next >
Text File  |  2005-02-18  |  6KB  |  199 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; .dat file for the WDM Integrated 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=WDM Integrated Drivers
  14. ;Arabic
  15. Name_ara=WDM Integrated Drivers
  16. ;Traditional Chinese
  17. Name_cht=WDM Integrated Drivers
  18. ;Simplified Chinese
  19. Name_chs=WDM Integrated Drivers
  20. ;Czech
  21. Name_csy=WDM Integrated Drivers
  22. ;Danish
  23. Name_dan=WDM Integrated Drivers
  24. ;Dutch
  25. Name_nld=WDM Integrated Drivers
  26. ;English
  27. Name_enu=WDM Integrated Drivers
  28. ;Finnish
  29. Name_fin=WDM Integrated Drivers
  30. ;French
  31. Name_fra=WDM Integrated Drivers
  32. ;German
  33. Name_deu=WDM Integrated Drivers
  34. ;Greek
  35. Name_ell=WDM Integrated Drivers
  36. ;Hebrew
  37. Name_heb=WDM Integrated Drivers
  38. ;Hungarian
  39. Name_hun=WDM Integrated Drivers
  40. ;Italian
  41. Name_ita=WDM Integrated Drivers
  42. ;Japanese
  43. Name_jpn=WDM Integrated Drivers
  44. ;Korean
  45. Name_kor=WDM Integrated Drivers
  46. ;Norwegian
  47. Name_nor=WDM Integrated Drivers
  48. ;Polish
  49. Name_plk=WDM Integrated Drivers
  50. ;Portuguese
  51. Name_ptg=WDM Integrated Drivers
  52. ;Russian
  53. Name_rus=WDM Integrated Drivers
  54. ;Spanish
  55. Name_esp=WDM Integrated Drivers
  56. ;Swedish
  57. Name_sve=WDM Integrated Drivers
  58. ;Thai
  59. Name_tha=WDM Integrated Drivers
  60. ;Turkish
  61. Name_trk=WDM Integrated Drivers
  62.  
  63. ;Default
  64. Description=Install WDM Integrated Drivers
  65. ;Arabic
  66. Description_ara=Install WDM Integrated Drivers
  67. ;Traditional Chinese
  68. Description_cht=ªw╕╦ WDM Integrated Drivers
  69. ;Simplified Chinese
  70. Description_chs=░▓╫░ WDM Integrated Drivers
  71. ;Czech
  72. Description_csy=Instalovat WDM Integrated Drivers
  73. ;Danish
  74. Description_dan=InstallΘr WDM Integrated Drivers
  75. ;Dutch
  76. Description_nld=WDM Integrated Drivers installeren
  77. ;English
  78. Description_enu=Install WDM Integrated Drivers
  79. ;Finnish
  80. Description_fin=Asenna WDM Integrated Drivers
  81. ;French
  82. Description_fra=Installer les WDM Integrated Drivers
  83. ;German
  84. Description_deu=WDM Integrated Drivers installieren
  85. ;Greek
  86. Description_ell=┼πΩß⌠▄≤⌠ß≤τ WDM Integrated Drivers
  87. ;Hebrew
  88. Description_heb=Σ·≈∩ α· WDM Integrated Drivers
  89. ;Hungarian
  90. Description_hun=WDM Integrated Drivers telepφtΘse
  91. ;Italian
  92. Description_ita=Installa WDM Integrated Drivers
  93. ;Japanese
  94. Description_jpn=WDM Integrated Driversé≡âCâ"âXâgü[âïé╡é▄é╖
  95. ;Korean
  96. Description_kor=WDM Integrated Drivers ╝│─í
  97. ;Norwegian
  98. Description_nor=Installer WDM Integrated Drivers
  99. ;Polish
  100. Description_plk=Zainstaluj WDM Integrated Drivers
  101. ;Portuguese
  102. Description_ptg=Instalar WDM Integrated Drivers
  103. ;Russian
  104. Description_rus=╚φ±≥αδδΦ≡εΓα≥ⁿ WDM Integrated Drivers
  105. ;Spanish
  106. Description_esp=Instalar WDM Integrated Drivers
  107. ;Swedish
  108. Description_sve=Installera WDM Integrated Drivers
  109. ;Thai
  110. Description_tha=╡╘┤╡╤ΘºWDM Integrated Drivers
  111. ;Turkish
  112. Description_trk=WDM Integrated 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. ; 0=no, 1=yes
  158. ; MeetsRequirement=1
  159. ;
  160. ;CheckCard=1
  161.  
  162. ; in KB         
  163. Size=4000
  164.  
  165. ; 0, 1, 2 ... where 0 is the highest order
  166. Order=2
  167.  
  168. ; 0=no, 1=yes
  169. Reboot=1
  170.  
  171. ; OS can be 1, WIN_95, WIN_95_OSR2_USB, WIN_98, WIN_NT351, WIN_NT4, WIN_NT5, WIN_98_GOLD
  172. ; WIN_98_SE, WIN_ME, WIN_2K, WIN_XP_MCE, WIN_XP, WIN_64A
  173. OS=WIN_2K, WIN_XP_MCE, WIN_XP, WIN_64A
  174.  
  175. ; 0=no, 1=yes
  176. Visible=1                  
  177.  
  178. ; 0=no, 1=yes
  179. WaitMessage=1               
  180.  
  181. ; <Comp#1>,<Comp#2>
  182. ;ReqComp=
  183. ;InstallCommandLine=dsetup.exe
  184. ; For display driver, we have to launch silent child install.
  185.  
  186. ;not support this switch this version
  187. InstallCommandLine=setup.exe,/K
  188.  
  189. ;Component Version
  190. Ver=1.0.0.1
  191.  
  192. ;Requires Uninstall before installing this component
  193. ;UninstallComp=ATI Display Driver,ATI Video Player
  194.  
  195. ;For WDM integrated component to show up on custom list at Launcher Setup
  196. ;ReqWDM=1 (Show up Enabled)
  197. ;ReqWDM=0 (Show up Disabled)
  198. ReqWDM=1