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

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [Version]
  4. Signature="$WINDOWS NT$"
  5. Class=System
  6. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  7. Provider=%MSFT%
  8. DriverVer=06/21/2006,6.0.6001.18000
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir = 12
  12.  
  13. [Manufacturer]
  14. %MSFT%=MSFT,NTx86,NTamd64,NTia64
  15.  
  16. [MSFT.NTx86]
  17. %BlbDrive.DeviceDesc%=blbdrive_device,ROOT\BLBDRIVE
  18.  
  19. [MSFT.NTamd64]
  20. %BlbDrive.DeviceDesc%=blbdrive_device,ROOT\BLBDRIVE
  21.  
  22. [MSFT.NTia64]
  23. %BlbDrive.DeviceDesc%=blbdrive_device,ROOT\BLBDRIVE
  24.  
  25. [blbdrive_device.NT]
  26. CopyFiles=Drivers_Dir
  27.  
  28. [DestinationDirs]
  29. DefaultDestDir = 12
  30.  
  31. [Drivers_Dir]
  32. blbdrive.sys
  33.  
  34. [SourceDisksFiles]
  35. blbdrive.sys = 1,,
  36.  
  37. [SourceDisksNames]
  38. 1 = %BlbDiskId%,,,
  39.  
  40. [blbdrive_device.NT.Services]
  41. AddService = blbdrive,2,blbdrive_Service_Inst
  42.  
  43. [blbdrive_Service_Inst]
  44. ServiceType    = 1
  45. StartType      = 3
  46. ErrorControl   = 1
  47. ServiceBinary  = %12%\blbdrive.sys
  48.  
  49. [Strings]
  50. MSFT = "Microsoft"
  51. BlbDrive.DeviceDesc = "File as Volume Driver"
  52. BlbDiskId = "BlbDrive Installation Disk"
  53.