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

  1.  
  2.  
  3. ;;++ Added by AddSDisk.cmd
  4. [SourceDisksNames]
  5. 3426=windows cd
  6.  
  7. [SourceDisksFiles]
  8. volsnap.sys         = 3426
  9. ;;--
  10.  
  11. [Version]
  12. Signature="$WINDOWS NT$"
  13. Class=Volume
  14. ClassGuid={71A27CDD-812A-11D0-BEC7-08002BE2092F}
  15. Provider=%MSFT%
  16. DriverVer=06/21/2006,6.0.6001.18000
  17. ;; Commented by AddSDisk.cmd
  18. ;; LayoutFile=layout.inf
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir = 12 ; DIRID_DRIVERS
  22.  
  23. [Manufacturer]
  24. %MSFT%=MSFT,NTx86
  25.  
  26. [MSFT.NTx86]
  27. %STORAGE\Volume.DeviceDesc%=volume_install,STORAGE\Volume
  28.  
  29. [volume_copyfiles]
  30. volsnap.sys,,,0x100
  31.  
  32. [volume_install.NTx86]
  33. CopyFiles=volume_copyfiles
  34.  
  35. [volume_install.NTx86.Services]
  36. AddService=volsnap,2,volume_ServiceInstallSection
  37.  
  38. [volume_ServiceInstallSection]
  39. DisplayName=%VolumeClassName%
  40. ServiceType=1
  41. StartType=0
  42. ErrorControl=3
  43. ServiceBinary = %12%\volsnap.sys
  44.  
  45. [volume_install.NTx86.Interfaces]
  46. AddInterface={53F5630D-B6BF-11D0-94F2-00A0C91EFB8B}
  47.  
  48.  
  49. [Strings]
  50. MSFT="Microsoft"
  51. VolumeClassName="Storage volumes"
  52. STORAGE\Volume.DeviceDesc="Generic volume"
  53.