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

  1. ;;++-- AddSDisk.cmd said no CopyFiles
  2.  
  3.  
  4. [Version]
  5. Signature="$WINDOWS NT$"
  6. Class=VolumeSnapshot
  7. ClassGuid={533C5B84-EC70-11d2-9505-00C04F79DEAF}
  8. Provider=%MSFT%
  9. DriverVer=06/21/2006,6.0.6001.18000
  10. ;; Commented by AddSDisk.cmd
  11. ;; LayoutFile=layout.inf
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir = 12 ; DIRID_DRIVERS
  15.  
  16. [Manufacturer]
  17. %MSFT%=MSFT,NTx86
  18.  
  19. [MSFT.NTx86]
  20. %STORAGE\VolumeSnapshot.DeviceDesc%=volume_snapshot_install,STORAGE\VolumeSnapshot
  21.  
  22. [volume_snapshot_install.NTx86]
  23. ;
  24. ; Nothing to do (these devices are raw).  We just needed an INF
  25. ; match so these don't show up as "unknown" devices.
  26. ;
  27.  
  28. [volume_snapshot_install.NTx86.Interfaces]
  29. AddInterface={53F5630D-B6BF-11D0-94F2-00A0C91EFB8B}
  30.  
  31. [volume_snapshot_install.NTx86.Services]
  32. AddService = ,2, ; Run the device RAW
  33.  
  34. [Strings]
  35. MSFT="Microsoft"
  36. STORAGE\VolumeSnapshot.DeviceDesc="Generic volume shadow copy"
  37.