home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd2.bin / prog / acronistrueimage / truimage6.0_d_en.exe / snapman_2k.inf < prev    next >
Windows Setup INFormation  |  2002-03-19  |  1KB  |  61 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 2K/XP
  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, 0, SnapmanService
  28.  
  29.  
  30. [SnapmanService]
  31. ServiceType   = 1
  32. StartType     = 0
  33. ErrorControl  = 1
  34. ServiceBinary = %12%\snapman.sys
  35. DisplayName   = "Acronis Snapshots Manager"
  36. AddReg        = SnapmanServiceRegInfo
  37.  
  38.  
  39. [SnapmanServiceRegInfo]
  40. HKLM, "System\CurrentControlSet\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}", "UpperFilters", 0x00010008, "snapman"
  41. HKLM, "System\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}", "UpperFilters", 0x00010008, "snapman"
  42.  
  43.  
  44. [SnapmanDrivers]
  45. snapman.sys, snapman_2k.sys,, 0x00001002
  46.  
  47.  
  48.  
  49.  
  50. [DestinationDirs]
  51. SnapmanDrivers = 12
  52.  
  53.  
  54. [SourceDisksNames]
  55. 1 = "Acronis Snapshots Manager Installation Disk"
  56.  
  57.  
  58. [SourceDisksFiles]
  59. snapman_2k.sys = 1
  60.