reactos/media/inf/cdrom.inf
Joachim Henze b130d5f4c0 [0.4.13][INF] Backport String deduplication and minor fixes
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416].
partial pick of 0.4.15-dev-1105-g d50cbb6eed (only the changes in msmouse.inf were picked) (#3173)
------------
Fixes a bug in nete1000.inf missing " at the end of a string in section [Strings.0415] (which affected releases/0.4.12 to releases/0.4.14).
------------
partial pick of 0.4.15-dev-4867-g bbccad0ed6 Deduplicate the "ReactOS =" strings,
they are non-localizable now CORE-18191. I intentionally left out the "ReactOS team"->"ReactOS project" part here.
------------
full pick of 0.4.15-dev-309-g 7c8d5635aa [PROCESSR][INF] Fix "Intel Intel" duplication typos
which was an addendum to 3509318521 == SVN r46465
------------
also ported back deduplication of some manufacturer strings.
------------
all changes to shortcuts.inf and syssetup.inf.tpl are exclusively stripping EOL-whitespace, no other changes in those files.
------------
the only part that was not picked from master is the stripped 's' in disk.inf, which is possible,
because the file has been replaced altogether in master by an MS file.
2022-12-18 15:10:54 +01:00

114 lines
2.6 KiB
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; CDROM.INF
; Installation of CDROMs
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = CDROM
ClassGUID = {4D36E965-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = CDROMClass.NT.AddReg
[CDROMClass.NT.AddReg]
HKR, , , 0, %CDROMClassName%
HKR, , EnumPropPages32,0, "MmSys.Cpl,MediaPropPageProvider"
HKR, , Icon, 0, "-51"
HKR, , NoInstallClass, 0, 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%GenCdRom.DeviceDesc% = CdRom_Install,GenCdRom
[CdRom_Install]
CopyFiles=CdRom_CopyFiles
[CdRom_Install.Services]
AddService=cdrom,0x00000002,CdRom_Service_Inst
[CdRom_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 1
ServiceBinary = %12%\cdrom.sys
LoadOrderGroup = SCSI CDROM Class
AddReg = Autorun_AddReg
[CdRom_CopyFiles]
cdrom.sys
[Autorun_AddReg]
HKLM,"System\CurrentControlSet\Services\cdrom","AutoRun",0x00010003,1
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
CDROMClassName = "DVD/CD-ROM drives"
GenCdRom.DeviceDesc = "CD-ROM Drive"
GenericMfg = "(Generic DVD/CD-ROM Drives)"
[Strings.0405]
CDROMClassName = "Jednotky DVD/CD-ROM"
GenCdRom.DeviceDesc = "Jednotka CD-ROM"
GenericMfg = "(Obecné jednotky DVD/CD-ROM)"
[Strings.0407]
CDROMClassName = "DVD/CD-ROM Laufwerke"
[Strings.0408]
CDROMClassName = "Οδηγοί DVD/CD-ROM"
[Strings.0a]
CDROMClassName = "Unidades de DVD/CD-ROM"
GenCdRom.DeviceDesc = "Unidad CD-ROM"
GenericMfg = "(Unidades de DVD/CD-ROM genéricas)"
[Strings.040C]
CDROMClassName = "Lecteurs de DVD/CD-ROM"
[Strings.041B]
CDROMClassName = "DVD/CD-ROM mechaniky"
[Strings.0415]
CDROMClassName = "Stacje dysków DVD/CD-ROM"
[Strings.0416]
CDROMClassName = "Unidades de DVD/CD-ROM"
[Strings.0418]
CDROMClassName = "Dispozitive DVD/CD-ROM"
GenCdRom.DeviceDesc = "Dispozitiv CD-ROM"
GenericMfg = "(dispozitive DVD/CD-ROM generice)"
[Strings.0419]
CDROMClassName = "DVD/CD-ROM приводы"
GenCdRom.DeviceDesc = "CD-ROM привод"
GenericMfg = "(Стандартные DVD/CD-ROM приводы)"
[Strings.041f]
CDROMClassName = "DVD/CD-ROM Aygıtları"
GenCdRom.DeviceDesc = "CD-ROM Aygıtı"
GenericMfg = "(Umûmî DVD/CD-ROM Aygıtları)"
[Strings.0422]
CDROMClassName = "Приводи DVD/CD-ROM"
GenCdRom.DeviceDesc = "Привід CD-ROM"
GenericMfg = "(Стандартні приводи DVD/CD-ROM)"
[Strings.0427]
CDROMClassName = "DVD/CD-ROM įrenginiai"
[Strings.0804]
GenCdRom.DeviceDesc = "CD-ROM 驱动器"
GenericMfg = "(通用 DVD/CD-ROM 驱动器)"