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

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