home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / NETIAS.IN_ / netias.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  7.1 KB  |  142 lines

  1. ; -- NETIAS.INX --
  2. ;
  3. ; Microsoft Internet Authentication Service
  4. ;
  5. ; Copyright (c) 1998-1999, Microsoft Corporation
  6.  
  7. [version]
  8. signature      = "$Windows NT$"
  9. LayoutFile     = layout.inf
  10. Provider       = %Msft%
  11. DriverVer=07/01/2001,5.1.2535.0
  12.  
  13.  
  14. ;
  15. ; For Optional Components Use Only
  16. ;
  17.  
  18. [IAS]
  19. Uninstall      = IAS.Remove
  20. RegisterDlls   = IAS.Register
  21. ProfileItems   = IAS.Shortcut.Add
  22. StartServices  = IAS
  23.  
  24. ; Do not copy ias.mdb 
  25. ;CopyFiles      = IAS.AddService.CopyFiles
  26.  
  27.  
  28. [IAS.Services]
  29. ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  30. AddService     = IAS, 0x10, IAS.AddService
  31.  
  32. [IAS.Remove]
  33. DelReg         = IAS.DelReg
  34. UnregisterDlls = IAS.Unregister
  35. ProfileItems   = IAS.Shortcut.Remove
  36.  
  37. [IAS.Remove.Services]
  38. DelService     = IAS
  39.  
  40. ;
  41. ; SNMP Extension Agent
  42. ;
  43.  
  44. [IAS.SNMPAgent]
  45. AddAgent       = IAS.AddSNMPAgent
  46.  
  47. [IAS.Remove.SNMPAgent]
  48. DelAgent       = IAS.Remove.DelSNMPAgent
  49.  
  50. [IAS.AddSNMPAgent]
  51. ServiceName    = "IAS"
  52. AgentName      = "IASAgent"
  53. AgentPath      = "%SystemRoot%\System32\iasperf.dll"
  54.  
  55. [IAS.Remove.DelSNMPAgent]
  56. AgentName      = "IASAgent"
  57.  
  58.  
  59. ;
  60. ; COM Object registration
  61. ;
  62.  
  63. [IAS.Register]
  64. 11,, iasperf.dll, 1
  65.  
  66.  
  67. [IAS.Unregister]
  68. 11,, iasperf.dll, 1
  69.  
  70.  
  71. ;
  72. ; Administrative Tools shortcut
  73. ;
  74.  
  75. [IAS.Shortcut.Add]
  76. Name            = %IAS_Shortcut_Display%
  77. CmdLine         = 11,,"ias.msc /s"
  78. IconPath        = 11,,iasmmc.dll
  79. IconIndex       = 0
  80. SubDir          = %Snapin-Group-Name%
  81. Infotip         = "@%11%\iassdo.dll,-125000" 
  82. DisplayResource = "%11%\iassdo.dll",126000
  83.  
  84.  
  85. [IAS.Shortcut.Remove]
  86. Name      = %IAS_Shortcut_Display%, 0x2
  87. SubDir    = %Snapin-Group-Name%
  88.  
  89. ;
  90. ; Service Install Sections
  91. ;
  92.  
  93. [IAS.AddService]
  94. DisplayName     = %IAS_Display%
  95. ServiceType     = 0x20
  96. StartType       = 2
  97. ErrorControl    = 1
  98. ServiceBinary   = "%%SystemRoot%%\System32\svchost.exe -k netsvcs"
  99. Dependencies    = RPCSS
  100. AddReg          = IAS.AddService.AddReg
  101. Description     = %IAS_Desc%
  102. DelReg          = IAS.AddService.DelReg 
  103.  
  104. [DestinationDirs] 
  105. IAS.AddService.CopyFiles = 11, "ias"
  106.   
  107. [IAS.AddService.CopyFiles]
  108. ias.mdb,,,16 ;Don't overwrite if already present
  109.  
  110. [IAS.AddService.CopyFiles.Security]
  111. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  112.  
  113. [IAS_EventLogInstallSection]
  114. AddReg=IAS_Eventlog_AddReg
  115. DelReg=IAS_Eventlog_DelReg
  116.  
  117. [IAS.AddService.AddReg]
  118. HKR, Parameters, ServiceDll, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\ias.dll"
  119. HKR, Parameters, Allow SNMP Set, %REG_DWORD%, 0
  120.  
  121. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll;%%SystemRoot%%\System32\mprmsg.dll"
  122. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, ParameterMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll"
  123. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, TypesSupported, %REG_DWORD%, 0x0000001f
  124.  
  125. [IAS.AddService.DelReg]
  126. HKLM, SOFTWARE\Microsoft\INetMgr\Parameters\AddOnServices, "IAS"
  127. HKLM, System\CurrentControlSet\Services\EventLog\Application\IAS
  128.  
  129. [IAS.DelReg]
  130. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS
  131.  
  132. [Strings]
  133. Msft = "Microsoft"
  134. IAS_Display = "Служба проверки подлинности в Интернете"
  135. IAS_Desc = "Включает проверку подлинности, авторизацию и обработку учетных записей пользователей удаленного доступа и VPN. Служба идентификации в Интернете поддерживает протокол RADIUS."
  136. Snapin-Group-Name = "Администрирование"
  137. IAS_Shortcut_Display = "Служба проверки подлинности в Интернете"
  138.  
  139. REG_MULTI_SZ  = 0x10000
  140. REG_EXPAND_SZ = 0x20000
  141. REG_DWORD     = 0x10001
  142.