home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd2.bin / prog / acronistrueimage / truimage6.0_d_en.exe / snapman_nt.inf < prev    next >
Windows Setup INFormation  |  2002-03-19  |  792b  |  56 lines

  1. ;/*++
  2. ;
  3. ; Copyright (c) 2001  Acronis
  4. ;
  5. ; Module Name:
  6. ;
  7. ;    snapman.inf
  8. ; Abstract:
  9. ;
  10. ;    Snapshots kernel manager for Windows NT 4.0
  11. ;
  12. ;--*/
  13.  
  14.  
  15. [Version]
  16. Signature = "$CHICAGO$"
  17. Provider  = "Acronis"
  18.  
  19.  
  20.  
  21.  
  22. [DefaultInstall.ntx86]
  23. CopyFiles = SnapmanDrivers
  24.  
  25.  
  26. [DefaultInstall.ntx86.Services]
  27. AddService = snapman, 0x00000002, SnapmanService
  28.  
  29.  
  30. [SnapmanService]
  31. ServiceType    = 1
  32. StartType      = 0
  33. ErrorControl   = 1
  34. ServiceBinary  = %12%\snapman.sys
  35. LoadOrderGroup = "Filter"
  36. DisplayName    = "Acronis Snapshots Manager"
  37.  
  38.  
  39. [SnapmanDrivers]
  40. snapman.sys, snapman_nt.sys,, 0x00001002
  41.  
  42.  
  43.  
  44.  
  45. [DestinationDirs]
  46. SnapmanDrivers = 12
  47.  
  48.  
  49. [SourceDisksNames]
  50. 1 = "Acronis Snapshots Manager Installation Disk"
  51.  
  52.  
  53. [SourceDisksFiles]
  54. snapman_nt.sys = 1
  55.