home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / crcdisk.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  2.2 KB  |  55 lines

  1. ; crcdisk.inf  -- This file contains information to copy crcdisk filter driver
  2. ;
  3.  
  4.  
  5. ;;++ Added by AddSDisk.cmd
  6. [SourceDisksNames]
  7. 3426=windows cd
  8.  
  9. [SourceDisksFiles]
  10. crcdisk.sys         = 3426
  11. ;;--
  12.  
  13. [Version]
  14. Signature="$WINDOWS NT$"
  15. Class=DiskDrive
  16. ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
  17. Provider=%MSFT%
  18. DriverVer=06/21/2006,6.0.6001.18000
  19. ;; Commented by AddSDisk.cmd
  20. ;; LayoutFile=layout.inf
  21.  
  22. [DestinationDirs]
  23. Crcdisk_CopyFiles=12
  24.  
  25. [Manufacturer]
  26. %GenManufacturer%=crcdisk_device,NTx86
  27.  
  28. [crcdisk_copyfiles]
  29. crcdisk.sys
  30.  
  31. [crcdisk_device.NTx86]
  32. %crcdisk_DevDesc%=crcdisk_install, crcdisk
  33.  
  34. [crcdisk_install]
  35. CopyFiles=crcdisk_copyfiles
  36.  
  37. [crcdisk_install.Services]
  38. AddService = crcdisk,,crcdisk_ServiceInstallSection
  39.  
  40. [crcdisk_ServiceInstallSection]
  41. DisplayName    = %crcdisk_ServiceDesc%
  42. ServiceType    = 1
  43. StartType      = 0
  44. ErrorControl   = 1
  45. ServiceBinary  = %12%\crcdisk.sys
  46. LoadOrderGroup = Pnp Filter
  47.  
  48.  
  49. [Strings]
  50.  
  51. MSFT="Microsoft"
  52. GenManufacturer="Microsoft"
  53. crcdisk_ServiceDesc="Crcdisk Filter Driver"
  54. crcdisk_DevDesc="Crcdisk Driver"
  55.