home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / NETNWCLI.IN_ / netnwcli.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  8.6 KB  |  125 lines

  1. ;---[ NetNWCli.INX ]------------------------------------
  2. ;
  3. ; Client for Netware Networks
  4. ;
  5. ; Copyright (c) 1999, Microsoft Corporation
  6. ;
  7.  
  8. [Version]
  9. Signature  = "$Windows NT$"
  10. Class      = NetClient
  11. ClassGUID  = {4D36E973-E325-11CE-BFC1-08002BE10318}
  12. Provider   = %Msft%
  13. LayoutFile = layout.inf
  14. DriverVer=07/01/2001,5.1.2535.0
  15.  
  16. [Manufacturer]
  17. %Msft% = MSFT
  18.  
  19. [MSFT]
  20. %NWC_Install_Display_Name% = NWClient.Ndi, MS_NWCLIENT
  21.  
  22. [NWClient.Ndi]
  23.     AddReg = NWClient.Ndi.AddReg
  24.     Characteristics = 0
  25.     DelReg=NWClient.cpl.DontLoad,NWClient.UpgradeCleanup    
  26.  
  27. [NWClient.Ndi.Remove]
  28.     DelReg = NWClient.DelReg
  29.     AddReg = NWClient.cpl.DontLoad    
  30.  
  31. [NWClient.UpgradeCleanup]
  32.     HKLM,"System\CurrentControlSet\Services\NwcWorkstation\Parameters", "GatewayEnabled", 0x10001, 0
  33.     HKLM,"System\CurrentControlSet\Services\NwcWorkstation\Parameters", "GatewayAccount",, ""
  34.     HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau"
  35.  
  36. [NWClient.cpl.DontLoad]
  37.     HKLM,"Software\Microsoft\Windows\CurrentVersion\Control Panel\don't load", "nwc.cpl",, ""
  38.  
  39. [NWClient.Ndi.Services]
  40.     AddService = NWCWorkstation,,       NWCWorkstation_Service_Inst,    NWCWorkstation_Evt
  41.     AddService = NWRDR,,                NWRDR_Service_Inst,             NWRDR_Evt
  42.  
  43. [NWClient.Ndi.Remove.Services]
  44.     DelService = NWCWorkstation
  45.     DelService = NWRDR
  46.  
  47. [NWCWorkstation_Service_Inst]
  48.     DisplayName     = %NWC_Service_Display_Name%
  49.     ServiceType     = 0x20 ;SERVICE_WIN32_SHARE_PROCESS
  50.     StartType       = 2
  51.     ErrorControl    = 1
  52.     ServiceBinary   = %11%\svchost.exe -k netsvcs
  53.     LoadOrderGroup  = NetworkProvider
  54.     StartName       = LocalSystem
  55.     AddReg          = NWCWorkstation.AddReg
  56.     Description     = %NWC_Service_Description%
  57.  
  58. [NWRDR_Service_Inst]
  59.     DisplayName     = %NWRDR_Service_Display_Name%
  60.     ServiceType     = 2 ;SERVICE_FILE_SYSTEM_DRIVER
  61.     StartType       = 3
  62.     ErrorControl    = 1
  63.     ServiceBinary   = %12%\nwrdr.sys
  64.     AddReg          = NWRDR.AddReg
  65.     Description     = %NWRDR_Service_Display_Name%
  66.  
  67. [NWClient.Ndi.AddReg]
  68. ; NDI install registry keys
  69.     HKR, Ndi,            ClsID,,      "{5bedf7de-98cf-11d0-b255-00c04fc9e292}"
  70.     HKR, Ndi,            Service,,    "NWCWorkstation"
  71.     HKR, Ndi,            CoServices,  0x10000, "NWCWorkstation"
  72.     HKR, Ndi,            HelpText,,   "@netcfgx.dll,-50012"
  73.     HKR, Ndi\Interfaces, UpperRange,, "winnet5"
  74.     HKR, Ndi\Interfaces, LowerRange,, "ipx"
  75.     HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon", "LogonType", 0x10001, 0
  76.  
  77.  
  78. [NWCWorkstation.AddReg]
  79.     HKR,"NetworkProvider", "Class", 0x10001, 11
  80.     HKR,"NetworkProvider", "NWCompatibleAuthentication", 0x10001, 1
  81.     HKR,"NetworkProvider", "Name",, %NWC_Network_Display_Name%
  82.     HKR,"NetworkProvider", "ProviderPath", 0x20000, "%SystemRoot%\System32\nwprovau.dll"
  83.     HKR,"Parameters", "ServiceDll", 0x20000, "%SystemRoot%\System32\nwwks.dll"
  84.  
  85. [NWClient.Ndi.NetworkProvider]
  86.     DeviceName         =   "nwrdr"
  87.     ShortName          =   "NW"
  88.  
  89. [NWClient.Ndi.PrintProvider]
  90.     PrintProviderName   =   "NetWare or Compatible Network"
  91.     PrintProviderDll    =   "nwprovau.dll"
  92.     DisplayName         =   "%NWC_Network_Display_Name%"
  93.  
  94. [NWRDR.AddReg]
  95.     HKR, "Performance", "Library",, "perfnw.dll"
  96.     HKR, "Performance", "Open",, "OpenNetWarePerformanceData"
  97.     HKR, "Performance", "Collect",, "CollectNetWarePerformanceData"
  98.     HKR, "Performance", "Close",, "CloseNetWarePerformanceData"
  99.     HKLM,"Software\Microsoft\Rpc\ClientProtocols", "ncacn_spx",, "rpcrt4.dll"
  100.  
  101. [NWCWorkstation_Evt]
  102.     AddReg = NWCWorkstation_Evt_AddReg
  103.  
  104. [NWCWorkstation_Evt_Addreg]
  105.     HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
  106.     HKR,, TypesSupported,   0x00010001, 0x00000007
  107.  
  108. [NWRDR_Evt]
  109.     AddReg = NWRDR_Evt_AddReg
  110.  
  111. [NWRDR_Evt_Addreg]
  112.     HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
  113.     HKR,, TypesSupported,   0x00010001, 0x00000007
  114.  
  115. [Strings]
  116. Msft = "Microsoft"
  117.  
  118. NWC_Install_Display_Name = "Клиент для сетей NetWare"
  119. NWC_Service_Display_Name = "Клиент для сетей NetWare"
  120. NWC_Service_Description  = "Обеспечивает доступ к файлам и принтерам в сетях NetWare."
  121.  
  122. NWC_Network_Display_Name    = "Сеть NetWare или совместимая"
  123. NWRDR_Service_Display_Name  = "NetWare Rdr"
  124.  
  125.