home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 May / maximum-cd-2009-05.iso / DiscContents / antivir_workstation_winu_en_h.exe / basic / avipbb.inf < prev    next >
Encoding:
INI File  |  2007-07-18  |  1.3 KB  |  71 lines

  1. ;;;
  2. ;;; avipbb.sys install file
  3. ;;; Copyright (c) 2007 Avira GmbH. All rights reserved.
  4. ;;;
  5.  
  6. [Version]
  7. signature   =   "$Windows NT$"
  8. Provider    =   %AVIRA%
  9. DriverVer   =   12/12/2006
  10.  
  11. ;;
  12. ;; Default install sections
  13. ;;
  14.  
  15. [DefaultInstall]
  16. OptionDesc          = %avipbbServiceDesc%
  17.  
  18. [SourceDisksNames]
  19. 1 = %Disk1%
  20.  
  21. [SourceDisksFiles]
  22. avipbb.sys    = 1
  23.  
  24. [DefaultInstall.Services]
  25. AddService          = %avipbbServiceName%,,avipbb.Service
  26.  
  27. ;;
  28. ;; Default uninstall sections
  29. ;;
  30.  
  31. [DefaultUninstall]
  32. DelReg             = avipbb.DelRegistry
  33.  
  34. [DefaultUninstall.Services]
  35. DelService = avipbb,0x200
  36.  
  37. ;
  38. ; Services Section
  39. ;
  40.  
  41. [avipbb.Service]
  42. DisplayName      = %avipbbServiceName%
  43. Description      = %avipbbServiceDesc%
  44. ServiceBinary    = %12%\avipbb.sys
  45. ServiceType      = 1
  46. StartType        = 1
  47. ErrorControl     = 1
  48. AddReg           = avipbb.AddRegistry
  49.  
  50. ;
  51. ; Registry Modifications
  52. ;
  53.  
  54. [avipbb.AddRegistry]
  55. HKLM,%avipbbRegistry%,%avipbbDebugFlags%,0x00000000 ,0
  56.  
  57. [avipbb.DelRegistry]
  58. HKLM,%avipbbRegistry%,%avipbbDebugFlags%
  59.  
  60. ;;
  61. ;; String Section
  62. ;;
  63.  
  64. [Strings]
  65. AVIRA               = "Avira GmbH"
  66. avipbbServiceDesc   = "Avira's Driver for RootKit Detection"
  67. avipbbServiceName   = "avipbb"
  68. avipbbRegistry      = "system\currentcontrolset\services\avipbb"
  69. avipbbDebugFlags    = "DebugFlags"
  70. Disk1               = "avipbb Source Media"
  71.