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

  1.  ■; FLPYDISK.INF -- This file contains descriptions of all 
  2. ;                 the Floppy Drives supported in Windows
  3. ;
  4. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  5. ;;++ Added by AddSDisk.cmd
  6. [SourceDisksNames]
  7. 3426=windows cd
  8. [SourceDisksFiles]
  9. flpydisk.sys         = 3426
  10. sfloppy.sys         = 3426
  11. ;;--
  12. [Version]
  13. Signature="$WINDOWS NT$"
  14. Class=FloppyDisk
  15. ClassGuid={4D36E980-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. [floppy_copyfiles]
  21. flpydisk.sys,,,0x100
  22. [DestinationDirs]
  23. floppy_copyfiles=12
  24. sfloppy_copyfiles=12
  25. [Manufacturer]
  26. %GenManufacturer%=floppy_device,NTx86
  27. [floppy_device.NTx86]
  28. %floppy_devdesc%=floppy_install,*PNP0701
  29. %floppy_devdesc%=floppy_install,*PNP0702
  30. %floppy_devdesc%=floppy_install,*PNP0703
  31. %floppy_devdesc%=floppy_install,*PNP0704
  32. %floppy_devdesc%=floppy_install,GenFloppyDisk
  33. %sfloppy_devdesc%=sfloppy_install,GenSFloppy
  34. %usbfloppy_devdesc%=sfloppy_install,USBSTOR\GenSFloppy
  35. %sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_COSM___04
  36. %sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_VER5___AB
  37. %sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_HIMA___01
  38. %sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_VER5___00
  39. %sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120/240____00
  40. [floppy_install.NT]
  41. CopyFiles=floppy_copyfiles
  42. ExcludeId=GenSFloppy,SCSI\DiskMATSHITALS-120_COSM___04,SCSI\DiskCOMPAQ__LS-120_VER5___AB
  43. ExcludeId=SCSI\DiskCOMPAQ__LS-120_HIMA___01,SCSI\DiskMATSHITALS-120_VER5___00
  44. ExcludeId=SCSI\DiskMATSHITALS-120/240____00
  45. [floppy_install.NT.Services]
  46. AddService=flpydisk,2,floppy_ServiceInstallSection
  47. [floppy_ServiceInstallSection]
  48. DisplayName=%floppy_ServiceDesc%
  49. ServiceType=1
  50. StartType=3
  51. ErrorControl=1
  52. ServiceBinary = %12%\flpydisk.sys
  53. ;;
  54. ;; super floppy
  55. ;;
  56. [sfloppy_install.NT]
  57. CopyFiles=sfloppy_copyfiles
  58. ExcludeId=GenFloppyDisk,*PNP0701,*PNP0702,*PNP0703,*PNP0704
  59. [sfloppy_copyfiles]
  60. sfloppy.sys,,,0x100
  61. [sfloppy_install.NT.Services]
  62. AddService=sfloppy,2,sfloppy_ServiceInstallSection
  63. [sfloppy_ServiceInstallSection]
  64. DisplayName=%sfloppy_devdesc%
  65. ServiceType=1
  66. StartType=3
  67. ErrorControl=1
  68. ServiceBinary = %12%\sfloppy.sys
  69. AddReg=sfloppy_autorun
  70. [sfloppy_install.NT.HW]
  71. AddReg=sfloppyEnable.RegHW
  72. [sfloppyEnable.RegHW]
  73. HKR,,SuperFloppy,%REG_DWORD%,0x00000001
  74. [sfloppy_autorun]
  75. ;;
  76. ;; "AutoRun" is disabled by default for Super Floppy Drives.
  77. ;; To enable "AutoRun" set the registry entry to 1.
  78. ;;
  79. HKR,,"AutoRun",%REG_DWORD%,0
  80. [Strings]
  81. MSFT="Microsoft"
  82. GenManufacturer="(Standard floppy disk drives)"
  83. floppy_devdesc="Floppy disk drive"
  84. floppy_ServiceDesc="Floppy Disk Driver"
  85. sfloppy_devdesc="High-Capacity Floppy Disk Drive"
  86. usbfloppy_devdesc="USB FloppyDisk Drive"
  87. REG_DWORD=0x00010001