home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; .dat file for the Multimedia Drivers 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
- Name=Multimedia Drivers
- ;Arabic
- Name_ara=Multimedia Drivers
- ;Traditional Chinese
- Name_cht=Multimedia Drivers
- ;Simplified Chinese
- Name_chs=Multimedia Drivers
- ;Czech
- Name_csy=Multimedia Drivers
- ;Danish
- Name_dan=Multimedia Drivers
- ;Dutch
- Name_nld=Multimedia Drivers
- ;English
- Name_enu=Multimedia Drivers
- ;Finnish
- Name_fin=Multimedia Drivers
- ;French
- Name_fra=Multimedia Drivers
- ;German
- Name_deu=Multimedia Drivers
- ;Greek
- Name_ell=Multimedia Drivers
- ;Hebrew
- Name_heb=Multimedia Drivers
- ;Hungarian
- Name_hun=Multimedia Drivers
- ;Italian
- Name_ita=Multimedia Drivers
- ;Japanese
- Name_jpn=Multimedia Drivers
- ;Korean
- Name_kor=Multimedia Drivers
- ;Norwegian
- Name_nor=Multimedia Drivers
- ;Polish
- Name_plk=Multimedia Drivers
- ;Portuguese
- Name_ptg=Multimedia Drivers
- ;Russian
- Name_rus=Multimedia Drivers
- ;Spanish
- Name_esp=Multimedia Drivers
- ;Swedish
- Name_sve=Multimedia Drivers
- ;Thai
- Name_tha=Multimedia Drivers
- ;Turkish
- Name_trk=Multimedia Drivers
-
- ;Default
- Description=Install Multimedia Drivers
- ;Arabic
- Description_ara=Install Multimedia Drivers
- ;Traditional Chinese
- Description_cht=ªw╕╦ Multimedia Drivers
- ;Simplified Chinese
- Description_chs=░▓╫░ Multimedia Drivers
- ;Czech
- Description_csy=Instalovat Multimedia Drivers
- ;Danish
- Description_dan=InstallΘr Multimedia Drivers
- ;Dutch
- Description_nld=Multimedia Drivers installeren
- ;English
- Description_enu=Install Multimedia Drivers
- ;Finnish
- Description_fin=Asenna Multimedia Drivers
- ;French
- Description_fra=Installer les Multimedia Drivers
- ;German
- Description_deu=Multimedia Drivers installieren
- ;Greek
- Description_ell=┼πΩß⌠▄≤⌠ß≤τ Multimedia Drivers
- ;Hebrew
- Description_heb=Σ·≈∩ α· Multimedia Drivers
- ;Hungarian
- Description_hun=Multimedia Drivers telepφtΘse
- ;Italian
- Description_ita=Installa Multimedia Drivers
- ;Japanese
- Description_jpn=Multimedia Driversé≡âCâ"âXâgü[âïé╡é▄é╖
- ;Korean
- Description_kor=Multimedia Drivers ╝│─í
- ;Norwegian
- Description_nor=Installer Multimedia Drivers
- ;Polish
- Description_plk=Zainstaluj Multimedia Drivers
- ;Portuguese
- Description_ptg=Instalar Multimedia Drivers
- ;Russian
- Description_rus=╚φ±≥αδδΦ≡εΓα≥ⁿ Multimedia Drivers
- ;Spanish
- Description_esp=Instalar Multimedia Drivers
- ;Swedish
- Description_sve=Installera Multimedia Drivers
- ;Thai
- Description_tha=╡╘┤╡╤ΘºMultimedia Drivers
- ;Turkish
- Description_trk=Multimedia Drivers Yⁿkle
-
- ; 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
- ;Req_ASIC=5159,4C59,4C5A, 4c57,4C58,5157,514C,514D,514E,514F,4242
-
- ;
- ; !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
-
- ; For WDM installation
- Req_VideoIn=1
-
- ; 0=no, 1=yes
- ; MeetsRequirement=1
- ;
- ;CheckCard=1
-
- ; in KB
- Size=4000
-
- ; 0, 1, 2 ... where 0 is the highest order
- Order=2
-
- ; 0=no, 1=yes
- Reboot=1
-
- ; 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_XP
-
- ; 0=no, 1=yes
- Visible=1
-
- ; 0=no, 1=yes
- WaitMessage=1
-
- ; <Comp#1>,<Comp#2>
- ;ReqComp=
- ;InstallCommandLine=dsetup.exe
- ; For display driver, we have to launch silent child install.
-
- ;not support this switch this version
- InstallCommandLine=setup.exe,/K
-
- CheckATICard=1
-
- ;Component Version
- Ver=AiW/ViVo 4.07 (6246v3)
-
- ;Requires Uninstall before installing this component
- ;UninstallComp=ATI Display Driver,ATI Video Player
-