home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / cdrom.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  8KB  |  144 lines

  1.  ■;
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3. ;
  4. ;;++ Added by AddSDisk.cmd
  5. [SourceDisksNames]
  6. 3426=windows cd
  7. [SourceDisksFiles]
  8. ; unreachable from ddinstalls
  9. ;changer.sys         = 3426
  10. cdrom.sys         = 3426
  11. ;;--
  12. [Version]
  13. Signature="$WINDOWS NT$"
  14. Class=CDROM
  15. ClassGuid={4D36E965-E325-11CE-BFC1-08002BE10318}
  16. Provider=%MSFT%
  17. DriverVer=06/21/2006,6.0.6001.18000
  18. ;; Commented by AddSDisk.cmd
  19. ;; LayoutFile=layout.inf
  20. [cdrom_copyfiles]
  21. cdrom.sys,,,0x100
  22. [DestinationDirs]
  23. cdrom_copyfiles   = 12
  24. [Manufacturer]
  25. %MITSUMI%         = mitsumi_cdrom,NTx86
  26. %GenManufacturer% = cdrom_device,NTx86
  27. [mitsumi_cdrom.NTx86]
  28. %Mitsumi_cdrom_devdesc%    = mitsumi_install,IDE\CdRomMITSUMI_CD-ROM________!A________________
  29. [cdrom_device.NTx86]
  30. ;;
  31. ;; if none of the above matched, then only cdrom.sys is required for this drive
  32. ;;
  33. %gencdrom_devdesc%         = cdrom_install,SCSI\WormPIONEER_CD-WO_DR-R504X__
  34. %gencdrom_devdesc%         = cdrom_install,SCSI\WormSONY____CD-R___CDU920S__
  35. %gencdrom_devdesc%         = cdrom_install,SCSI\WormSONY____CD-R___CDU948S__
  36. %gencdrom_devdesc%         = cdrom_install,GenCdRom
  37. ;;
  38. ;; Use to add filter drivers for the device
  39. ;;
  40. [mitsumi_addreg]
  41. HKR,,"FriendlyName",,%Mitsumi_Generic_FriendlyName%
  42. ;;
  43. ;; The AutoRunAlwaysDisable key is only for use when the hardware cannot
  44. ;; accepts  TEST_UNIT_READY  commands.  Disabling 'AutoRun' or including
  45. ;; devices in this list will prevent removable media services from being
  46. ;; able to properly handle these devices.
  47. ;;
  48. [autorun_addreg]
  49. HKLM,"System\CurrentControlSet\Services\cdrom","AutoRun",0x00010003,1
  50. HKLM,"System\CurrentControlSet\Services\cdrom","AutoRunAlwaysDisable", 0x00010008, "NEC     MBR-7   "
  51. HKLM,"System\CurrentControlSet\Services\cdrom","AutoRunAlwaysDisable", 0x00010008, "NEC     MBR-7.4 "
  52. HKLM,"System\CurrentControlSet\Services\cdrom","AutoRunAlwaysDisable", 0x00010008, "PIONEER CHANGR DRM-1804X"
  53. HKLM,"System\CurrentControlSet\Services\cdrom","AutoRunAlwaysDisable", 0x00010008, "PIONEER CD-ROM DRM-6324X"
  54. HKLM,"System\CurrentControlSet\Services\cdrom","AutoRunAlwaysDisable", 0x00010008, "PIONEER CD-ROM DRM-624X "
  55. HKLM,"System\CurrentControlSet\Services\cdrom","AutoRunAlwaysDisable", 0x00010008, "TORiSAN CD-ROM CDR_C36"
  56. ;;
  57. ;; Use to disable synchronous transfers to this device.  Sync transfers will
  58. ;; always be turned off by default in this INF for any cdrom-type device
  59. ;;
  60. [nosync_addreg]
  61. HKR,,"DefaultRequestFlags",0x00010001,8
  62. ;;
  63. ;; Installation section for mitsumi.
  64. ;;
  65. [mitsumi_install]
  66. CopyFiles=cdrom_copyfiles
  67. [mitsumi_install.HW]
  68. AddReg=nosync_addreg,mitsumi_addreg
  69. [mitsumi_install.Services]
  70. Needs=cdrom_install.Services
  71. ;;
  72. ;; Installation section for generic cdrom.
  73. ;;
  74. [cdrom_install]
  75. CopyFiles=cdrom_copyfiles
  76. [cdrom_install.HW]
  77. AddReg=nosync_addreg
  78. [cdrom_install.Services]
  79. AddService=cdrom,0x00000002,cdrom_ServiceInstallSection,cdrom_EventLog_InstallSection
  80. ;;
  81. ;; Service install sections
  82. ;;
  83. [cdrom_ServiceInstallSection]
  84. DisplayName   = %cdrom_ServiceDesc%
  85. ServiceType   = 1
  86. StartType     = 1
  87. ErrorControl  = 1
  88. ServiceBinary = %12%\cdrom.sys
  89. LoadOrderGroup = "SCSI CDROM Class"
  90. AddReg=autorun_addreg
  91. [cdrom_EventLog_InstallSection]
  92. AddReg=cdrom_EventLog_AddReg
  93. [cdrom_EventLog_AddReg]
  94. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  95. HKR,,TypesSupported,0x00010001,7
  96. [Strings]
  97. MSFT        = "Microsoft"
  98. ;; Manufacturer specific strings
  99. MITSUMI         = "Mitsumi"
  100. GenManufacturer = "(Standard CD-ROM drives)"
  101. ;; Descriptions for enumerated brands and models
  102. Mitsumi_cdrom_devdesc    = "Mitsumi CD-ROM Drive"
  103. gencdrom_devdesc         = "CD-ROM Drive"
  104. ;; Mitsumi Friendly name explictly listed
  105. Mitsumi_Generic_FriendlyName = "Mitsumi CD-ROM Drive"
  106. ;; Service descriptions
  107. cdrom_ServiceDesc   = "CD-ROM Driver"