Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.8 KiB

  1. ; Copyright (c) 2000 Microsoft corporation
  2. ;
  3. ; Installation file for Snapshot SDK binaries
  4. ; Target system: Windows 2000 2195
  5. ;
  6. ; Installation:
  7. ; - From Explorer: right click on this file and choose Install
  8. ; - From command line:
  9. ; %systemroot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 .\vs_install.inf
  10. ;
  11. ; Uninstall:
  12. ; - From command line:
  13. ; %systemroot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultUninstall 132 .\vs_install.inf
  14. ;
  15. [Version]
  16. Signature="$Windows NT$"
  17. Provider=%MSFT%
  18. ; -------------- Table of contents
  19. [DefaultInstall]
  20. CopyFiles=Volsnap_CopyFiles,Volsnap_Inf_CopyFiles
  21. AddReg=Volsnap_AddReg
  22. [DefaultUninstall]
  23. DelFiles=Volsnap_DelFiles,Volsnap_Inf_DelFiles
  24. DelReg=Volsnap_DelReg
  25. [DestinationDirs]
  26. DefaultDestDir=12 ; drivers directory
  27. Volsnap_Inf_CopyFiles=17 ; inf directory
  28. Volsnap_Inf_DelFiles=17 ; inf directory
  29. ; -------------- Volsnap filter driver ----------
  30. [Volsnap_CopyFiles]
  31. volsnap.sys
  32. [Volsnap_DelFiles]
  33. volsnap.sys
  34. [Volsnap_Inf_CopyFiles]
  35. volsnap.inf
  36. [Volsnap_Inf_DelFiles]
  37. volsnap.inf
  38. [Volsnap_AddReg]
  39. HKLM,"SYSTEM\CurrentControlSet\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}","UpperFilters",0x00010000,"volsnap"
  40. HKLM,"SYSTEM\CurrentControlSet\Services\volsnap","ErrorControl",0x00010003,0
  41. HKLM,"SYSTEM\CurrentControlSet\Services\volsnap","Group",0x00000002,"System Bus Extender"
  42. HKLM,"SYSTEM\CurrentControlSet\Services\volsnap","Start",0x00010003,0
  43. HKLM,"SYSTEM\CurrentControlSet\Services\volsnap","Type",0x00010003,1
  44. [Volsnap_DelReg]
  45. HKLM,"SYSTEM\CurrentControlSet\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}","UpperFilters"
  46. HKLM,"SYSTEM\CurrentControlSet\Services\VolSnap"
  47. ; -------------- Misc ---------------------------
  48. [Strings]
  49. MSFT="Microsoft"