Source code of Windows XP (NT5)
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.

121 lines
4.3 KiB

  1. ;---[ NetNWCli.INX ]------------------------------------
  2. ;
  3. ; Client for Netware Networks
  4. ;
  5. ; Copyright (c) 1999, Microsoft Corporation
  6. ;
  7. [Version]
  8. Signature = "$Windows NT$"
  9. Class = NetClient
  10. ClassGUID = {4D36E973-E325-11CE-BFC1-08002BE10318}
  11. Provider = %Msft%
  12. LayoutFile = layout.inf
  13. [Manufacturer]
  14. %Msft% = MSFT
  15. [MSFT]
  16. %NWC_Install_Display_Name% = NWClient.Ndi, MS_NWCLIENT
  17. [NWClient.Ndi]
  18. AddReg = NWClient.Ndi.AddReg
  19. Characteristics = 0
  20. DelReg=NWClient.cpl.DontLoad,NWClient.UpgradeCleanup
  21. [NWClient.Ndi.Remove]
  22. DelReg = NWClient.DelReg
  23. AddReg = NWClient.cpl.DontLoad
  24. [NWClient.UpgradeCleanup]
  25. HKLM,"System\CurrentControlSet\Services\NwcWorkstation\Parameters", "GatewayEnabled", 0x10001, 0
  26. HKLM,"System\CurrentControlSet\Services\NwcWorkstation\Parameters", "GatewayAccount",, ""
  27. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau"
  28. [NWClient.cpl.DontLoad]
  29. HKLM,"Software\Microsoft\Windows\CurrentVersion\Control Panel\don't load", "nwc.cpl",, ""
  30. [NWClient.Ndi.Services]
  31. AddService = NWCWorkstation,, NWCWorkstation_Service_Inst, NWCWorkstation_Evt
  32. AddService = NWRDR,, NWRDR_Service_Inst, NWRDR_Evt
  33. [NWClient.Ndi.Remove.Services]
  34. DelService = NWCWorkstation
  35. DelService = NWRDR
  36. [NWCWorkstation_Service_Inst]
  37. DisplayName = %NWC_Service_Display_Name%
  38. ServiceType = 0x20 ;SERVICE_WIN32_SHARE_PROCESS
  39. StartType = 2
  40. ErrorControl = 1
  41. ServiceBinary = %11%\svchost.exe -k netsvcs
  42. LoadOrderGroup = NetworkProvider
  43. StartName = LocalSystem
  44. AddReg = NWCWorkstation.AddReg
  45. Description = %NWC_Service_Description%
  46. [NWRDR_Service_Inst]
  47. DisplayName = %NWRDR_Service_Display_Name%
  48. ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER
  49. StartType = 3
  50. ErrorControl = 1
  51. ServiceBinary = %12%\nwrdr.sys
  52. AddReg = NWRDR.AddReg
  53. Description = %NWRDR_Service_Display_Name%
  54. [NWClient.Ndi.AddReg]
  55. ; NDI install registry keys
  56. HKR, Ndi, ClsID,, "{5bedf7de-98cf-11d0-b255-00c04fc9e292}"
  57. HKR, Ndi, Service,, "NWCWorkstation"
  58. HKR, Ndi, CoServices, 0x10000, "NWCWorkstation"
  59. HKR, Ndi, HelpText,, "@netcfgx.dll,-50012"
  60. HKR, Ndi\Interfaces, UpperRange,, "winnet5"
  61. HKR, Ndi\Interfaces, LowerRange,, "ipx"
  62. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon", "LogonType", 0x10001, 0
  63. @*: -----------------------------------------------------------------------------
  64. @*: Warning! If you make changes to the following section, make sure to make the
  65. @*: same changes under: ..\netcfg\nwclicfg\nwcliobj.cpp!CNWClient::HrRestoreRegistry
  66. @*: This section is not used during upgrade.
  67. @*:
  68. @*: See Bug #182442 - asinha
  69. @*: -----------------------------------------------------------------------------
  70. [NWCWorkstation.AddReg]
  71. HKR,"NetworkProvider", "Class", 0x10001, 11
  72. HKR,"NetworkProvider", "NWCompatibleAuthentication", 0x10001, 1
  73. HKR,"NetworkProvider", "Name",, %NWC_Network_Display_Name%
  74. HKR,"NetworkProvider", "ProviderPath", 0x20000, "%SystemRoot%\System32\nwprovau.dll"
  75. HKR,"Parameters", "ServiceDll", 0x20000, "%SystemRoot%\System32\nwwks.dll"
  76. [NWClient.Ndi.NetworkProvider]
  77. DeviceName = "nwrdr"
  78. ShortName = "NW"
  79. [NWClient.Ndi.PrintProvider]
  80. PrintProviderName = "NetWare or Compatible Network"
  81. PrintProviderDll = "nwprovau.dll"
  82. DisplayName = "%NWC_Network_Display_Name%"
  83. [NWRDR.AddReg]
  84. HKR, "Performance", "Library",, "perfnw.dll"
  85. HKR, "Performance", "Open",, "OpenNetWarePerformanceData"
  86. HKR, "Performance", "Collect",, "CollectNetWarePerformanceData"
  87. HKR, "Performance", "Close",, "CloseNetWarePerformanceData"
  88. HKLM,"Software\Microsoft\Rpc\ClientProtocols", "ncacn_spx",, "rpcrt4.dll"
  89. @@:@6: HKLM,"Software\Wow6432Node\Microsoft\Rpc\ClientProtocols", "ncacn_spx",, "rpcrt4.dll"
  90. [NWCWorkstation_Evt]
  91. AddReg = NWCWorkstation_Evt_AddReg
  92. [NWCWorkstation_Evt_Addreg]
  93. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
  94. HKR,, TypesSupported, 0x00010001, 0x00000007
  95. [NWRDR_Evt]
  96. AddReg = NWRDR_Evt_AddReg
  97. [NWRDR_Evt_Addreg]
  98. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
  99. HKR,, TypesSupported, 0x00010001, 0x00000007