; Eltorito.INF ; Windows installation file for installing the WindowsXP embedded eltorito cdrom boot driver ; Copyright (c) 1990-2001 Microsoft Corporation All rights Reserved [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%MSFT% DriverVer=01/20/2001,1.00.0000.0 [DestinationDirs] DefaultDestDir = 12 [ClassInstall32] Addreg=EltoritoClassReg [EltoritoClassReg] HKR,,,0,%ClassName% HKR,,Icon,,-5 [DiskCopyfiles] eltorito.sys [SourceDisksNames] 1=%InstDisk%, [SourceDisksFiles] eltorito.sys=1 [Manufacturer] %MSFT% = EltoritoDevice [EltoritoDevice] %EltoritoDevDesc% = DiskInstall, root\eltorito [DiskInstall.NT] CopyFiles = DiskCopyfiles [DiskInstall.NT.Services] AddService = Eltorito, %SPSVCINST_ASSOCSERVICE%, EltoritoServiceInst [EltoritoServiceInst] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% DisplayName = %EltoritoServiceDesc% ServiceBinary = %12%\eltorito.sys AddReg = EltoritoAddReg LoadOrderGroup = Boot Bus Extender [EltoritoAddReg] [Strings] MSFT = "Microsoft" ClassName = "Eltorito" EltoritoDevDesc = "Windows XP Embedded Eltorito Bus Device" EltoritoServiceDesc = "Windows XP Embedded Eltorito CDROM Boot Driver" InstDisk = "Eltorito Driver Install Disk" ;******************************************* ;Handy macro substitutions (non-localizable) SPSVCINST_ASSOCSERVICE = 0x00000002 SERVICE_KERNEL_DRIVER = 1 SERVICE_BOOT_START = 0 SERVICE_ERROR_NORMAL = 1 REG_DWORD = 0x00010001 REG_SZ = 0x00000000