home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 April
/
PCWorld_2005-04_cd.bin
/
hardware
/
ati
/
me
/
wme-8-03-98-3-050117a-021000e.exe
/
CPanel.dat
< prev
next >
Wrap
Text File
|
2005-02-04
|
6KB
|
201 lines
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; .dat file for the display driver component dll
;
; Abstract:
; The Key value will overwrite the dll code and will be returned by the component dll.
; Therefore, the key value should not be defined if the value is expected from the dll code.
; The dat file (if used) should have the same prefix name of the dll file.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Component]
;Default
;;;;HN;;;Name=Radeon Display Driver
Name=ATI Control Panel
;Arabic
Name_ara=ßµ═╔ ╩═▀π ATI
;Traditional Chinese
Name_cht=ATI ▒▒¿εÑx
;Simplified Chinese
Name_chs=ATI ┐╪╓╞├µ░σ
;Czech
Name_csy=Ovlßdacφ panel ATI
;Danish
Name_dan=ATI Kontrolpanel
;Dutch
Name_nld=ATI-configuratiescherm
;English
Name_enu=ATI Control Panel
;Finnish
Name_fin=ATI-ohjauspaneeli
;French
Name_fra=Panneau de contr⌠le ATI
;German
Name_deu=ATI Systemsteuerung
;Greek
Name_ell=╨▀φßΩß≥ ┼δ▌π≈∩⌡ ATI
;Hebrew
Name_heb=∞στ Σß≈°Σ ∙∞ ATI
;Hungarian
Name_hun=ATI vezΘrl⌡pult
;Italian
Name_ita=Pannello di controllo ATI
;Japanese
Name_jpn=ATIâRâôâgâìü[âï âpâlâï
;Korean
Name_kor=ATI ┴ª╛ε╞╟
;Norwegian
Name_nor=ATI Kontrollpanel
;Polish
Name_plk=Panel sterowania ATI
;Portuguese
Name_ptg=Painel de Controle da ATI
;Russian
Name_rus=╧αφσδⁿ ≤∩≡αΓδσφΦ ATI
;Spanish
Name_esp=Panel de Control de ATI
;Swedish
Name_sve=ATI Kontrollpanel
;Thai
Name_tha=ß╝ºñ╟║ñ╪┴ ATI
;Turkish
Name_trk=ATI Kontrol Paneli
;Default
Description=Install ATI Control Panel
;Arabic
Description_ara=╩╦╚φ╩ ßµ═╔ ╩═▀π ATI
;Traditional Chinese
Description_cht=ªw╕╦ ATI ▒▒¿εÑx
;Simplified Chinese
Description_chs=░▓╫░ ATI ┐╪╓╞├µ░σ
;Czech
Description_csy=Instalace Ovlßdacφho panelu ATI
;Danish
Description_dan=InstallΘr ATI Kontrolpanel
;Dutch
Description_nld=ATI-configuratiescherm installeren
;English
Description_enu=Install ATI Control Panel
;Finnish
Description_fin=Asenna ATI-ohjauspaneeli
;French
Description_fra=Installation du Panneau de contr⌠le ATI
;German
Description_deu=ATI Systemsteuerung installieren
;Greek
Description_ell=┼πΩß⌠ß≤⌠▐≤⌠σ ⌠∩φ ╨▀φßΩß ┼δ▌π≈∩⌡ ATI
;Hebrew
Description_heb=∞στ Σß≈°Σ ∙∞ ATI
;Hungarian
Description_hun=Az ATI vezΘrl⌡pult telepφtΘse
;Italian
Description_ita=Installazione del pannello di controllo ATI
;Japanese
Description_jpn=ATIâRâôâgâìü[âï âpâlâïé╠âCâôâXâgü[âï
;Korean
Description_kor=ATI ┴ª╛ε╞╟ ╝│─í
;Norwegian
Description_nor=Installer ATI kontrollpanel
;Polish
Description_plk=Instaluj Panel sterowania ATI
;Portuguese
Description_ptg=Instalar o Painel de Controle da ATI
;Russian
Description_rus=╙±≥αφεΓΩα ∩αφσδΦ ≤∩≡αΓδσφΦ ATI
;Spanish
Description_esp=C≤mo instalar el Panel de Control de ATI
;Swedish
Description_sve=Installera ATI Kontrollpanel
;Thai
Description_tha=ß╝ºñ╟║ñ╪┴í╥├╡╘┤╡╤Θº ATI
;Turkish
Description_trk=ATI Kontrol Paneli Kurulumu
; cds defines the path of the Component Detection Service
CDS=..\bin
;
; Req_ASIC=<Device id 1>,<Device id 2>, ...
; Gives the PCI device ID to check for requirement.
; If the ATI ASIC is found, then MeetsRequirement from the dll will return 1.
; If the last 2 digits are 00, it means the last 2 digits are "don't care"
; For example, R128 family - 5200; Rage PRO family - 4700
; Rage PRO (GB) - 4742
;;;HN;;;Req_ASIC=514C,514E,514F,4242,5144,4C57,4C58,4C59,5157,5159,4336,4136,516C,4137,4337
;
; !Req_ASIC=<Device id 1>,<Device id 2>, ...
; Gives the PCI device ID to check for requirement.
; If the ATI ASIC is found, then MeetsRequirement from the dll will return 0.
; If the last 2 digits are 00, it means the last 2 digits are "don't care"
; For example, R128 family - 5200; Rage PRO family - 4700
; Rage PRO (GB) - 4742
; PF;;; Need to remove the following FGL ASIC after FGL-CP Merge
; PF;;;!Req_ASIC=4E67,4E47,4167,4147,4E6B,4E4B,4156,4154,5148
;
; Req_Capture=<Vendor id Device id 1>,<Vendor id Device id 2>, ...
; Gives the PCI vendor and device ID to check for requirement.
; If the Capture ASIC is found, then MeetsRequirement from the dll will return 1.
; If the last 2 digits are 00, it means the last 2 digits are "don't care"
; For example, BT878 - 109e0878 (where 109e is the vendor id, 878 is the device id)
;Req_Capture=109e0878
;
; !Req_Capture=<Vendor id Device id 1>,<Vendor id Device id 2>, ...
; Gives the PCI vendor and device ID to check for requirement.
; If the Capture ASIC is found, then MeetsRequirement from the dll will return 0.
; If the last 2 digits are 00, it means the last 2 digits are "don't care"
; For example, BT878 - 109e0878 (where 109e is the vendor id, 878 is the device id)
;!Req_Capture=109e0878
;
; Req_Tuner=1,NTSC,PAL,SECAM,SCART,0
; Check if the Tuner attached has the standard required, the MeetsRequirement will return 1
;
;Req_Tuner=PAL,SECAM
; 0=no, 1=yes
;MeetsRequirement=0
; in KB
Size=9000
; 0, 1, 2 ... where 0 is the highest order
Order=2
; 0=no, 1=yes
;Reboot=0
; OS can be 1, WIN_95, WIN_95_OSR2_USB, WIN_98, WIN_NT351, WIN_NT4, WIN_NT5, WIN_98_GOLD
; WIN_98_SE, WIN_ME
;OS=WIN_2K, WIN_95, WIN_95_OSR2_USB, WIN_98, WIN_NT351, WIN_NT4, WIN_NT5, WIN_98_GOLD,WIN_98_SE, WIN_ME
; 0=no, 1=yes
;Visible=0
; 0=no, 1=yes
;WaitMessage=0
; <Comp#1>,<Comp#2>
;ReqComp=DirectX
ReqComp=DRIVER
; For display driver, we have to launch silent child install.
InstallCommandLine=setup.exe,/K
;Component Version
Ver=6.14.10.5113
;Requires Uninstall before installing this component
;UninstallComp=ATI Display Driver,ATI Video Player
CheckATICard=1
DisplayName=ATI Control Panel
BuildID=0501172100,163780
Req_ASIC=4966,496E,5960,5961,5941,5940,4144,4150,4152,4170,4172,4E44,4E64,4E48,4148,4E49,4E68,4168,4E69,5144,5157,514C,4242,5159,4164,4E45,4E65,4E4A,4E6A,4A4B,4A49,4A69,4A6B,4A50,4A70,4153,4173,5B60,5B70,3E50,3E70,4171,4151,5964,5D44,5E4B,5E6B,5B62,5B72,514D,4E46,4E66,4146,4166,7834,5954,5A41,515A,5834,4E51,4E71,4136,4137,5E4A,5E4D,5E4C,5E6D,5E6C,5E6A,5549,5569,554B,556B,4A4A,554D,554F,556D,556F,4A6A,5D57,554A,556A,5D77,5D4F,5D4D,5D52,5D6D,5D6F,5D72,5C61