home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March (DVD) / PCWorld_2008-03_DVD.iso / temadvd / kasperskyinternet / kis7.0.1.321en.exe / kis.en.msi / kis7.cab / system64.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2007-12-18  |  1.7 KB  |  77 lines

  1. ;;;
  2. ;;; 
  3. ;;;
  4. ;;;
  5. ;;; 
  6. ;;;
  7.  
  8. [Version]
  9. Signature   = "$Windows NT$"
  10. Provider    = %KasperskyLab%
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir = 11
  14. klogon.SrcFiles = 11                        ;%windir%\system32
  15.  
  16. [SourceDisksNames]
  17. 1 = %Disk1%
  18.  
  19. [SourceDisksFiles]
  20. klogon.dll = 1
  21.  
  22. ;;
  23. ;; Default install sections
  24. ;;
  25.  
  26. [DefaultInstall]
  27. CopyFiles           = klogon.SrcFiles
  28. AddReg     = Klogon.AddRegistry
  29.  
  30. ;;
  31. ;; Default uninstall sections
  32. ;;
  33.  
  34. [DefaultUninstall]
  35. DelFiles   = klogon.SrcFiles
  36. DelReg     = Klogon.DelRegistry
  37.  
  38. ;
  39. ; Copy Files
  40. ;
  41.  
  42. [klogon.SrcFiles]
  43. klogon.dll
  44.  
  45. ;
  46. ; Registry Modifications
  47. ;
  48.  
  49. [Klogon.AddRegistry]
  50. HKLM,%RegSubkeyName%,%RegAsynchronousValueName%,0x00010001,0
  51. HKLM,%RegSubkeyName%,%RegImpersonateValueName%,0x00010001,0
  52. HKLM,%RegSubkeyName%,%RegDllNameValueName%,0x00000000,"%%SystemRoot%%\System32\klogon.dll"
  53. HKLM,%RegSubkeyName%,%RegLogonValueName%,0x00000000,"WLEventStop"
  54. HKLM,%RegSubkeyName%,%RegStartupValueName%,0x00000000,"WLEventStart"
  55. HKLM,%RegSubkeyName%,%RegLockValueName%,0x00000000,"WLEventStart"
  56. HKLM,%RegSubkeyName%,%RegUnlockValueName%,0x00000000,WLEventStop"
  57. HKLM,%RegSubkeyName%,%RegLogoffValueName%,0x00000000,"WLEventStart"
  58.  
  59. [Klogon.DelRegistry]
  60. HKLM,%RegSubkeyName%
  61.  
  62.  
  63. ;;
  64. ;; String Section
  65. ;;
  66.  
  67. [Strings]
  68. KasperskyLab       = "Kaspersky Lab"
  69. RegSubkeyName    = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\klogon"
  70. RegAsynchronousValueName    =    "Asynchronous"
  71. RegImpersonateValueName    =    "Impersonate"
  72. RegDllNameValueName    =    "DllName"
  73. RegLogonValueName    =    "Logon"
  74. RegStartupValueName    =    "Startup"
  75. RegLockValueName    =    "Lock"
  76. RegUnlockValueName    =    "Unlock"
  77. RegLogoffValueName    =    "Logoff"