home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; .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
- ;!Req_ASIC=4700
-
- ;
- ; 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.13.10.3010
-
- ;Requires Uninstall before installing this component
- ;UninstallComp=ATI Display Driver,ATI Video Player
-