Leaked source code of windows server 2003
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.

194 lines
6.8 KiB

  1. ;---[ NetFPNW.INX ]------------------------------------
  2. ;
  3. ; File and Print Services for Netware
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. ;
  7. [version]
  8. Signature = "$Windows NT$"
  9. Class = NetService
  10. ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
  11. Provider = %Msft%
  12. LayoutFile = layout.inf
  13. [Manufacturer]
  14. %Msft% = MSFT
  15. [MSFT]
  16. %FPNW_Desc% = FPNW.Ndi, MS_FPNW
  17. [FPNW.Ndi]
  18. CopyFiles = CpyFiles_Init, CpyFiles_Print, CpyFiles_Sys, CpyFiles_Srv, CpyFiles_Tools
  19. AddReg = FPNW.Ndi.AddReg, FPNW.AddReg
  20. Characteristics = 0
  21. [FPNW.Ndi.AddReg]
  22. HKR, "Ndi", "ClsID",, "{774badaa-a7ac-11d0-b25b-00c04fc9e292}"
  23. HKR, "Ndi", "ComponentDll",, "sfncfg.dll"
  24. HKR, "Ndi", "Service",, "FPNW"
  25. HKR, "Ndi", "CoServices", 0x10000, "FPNW"
  26. HKR, "Ndi", "HelpText",, "@netcfgx.dll,-50017"
  27. HKR, "Ndi\Interfaces", "UpperRange",, "winnet5"
  28. HKR, "Ndi\Interfaces", "LowerRange",, "ipx"
  29. [DestinationDirs]
  30. CpyFiles_Init = 11 ; System32
  31. CpyFiles_Sys = 12 ; System32\drivers
  32. CpyFiles_Srv = 11 ; System32
  33. CpyFiles_Print = 55 ; Spool drivers dir.
  34. CpyFiles_Tools = 11 ; System32
  35. CpyFiles_Login.CpyFiles = 32768 ; FPNW Login directory
  36. CpyFiles_Public.CpyFiles = 32769 ; FPNW Public directory
  37. [CpyFiles_Init]
  38. sfncfg.dll ,,, 2
  39. fpnwcfg.dll ,,, 2
  40. [CpyFiles_Sys]
  41. fpnwsrv.sys ,,, 2
  42. [CpyFiles_Print]
  43. nwprint.dll ,,, 2
  44. [CpyFiles_Srv]
  45. fpnw.cnt ,,, 2
  46. fpnw.dll ,,, 2
  47. fpnw.hlp ,,, 2
  48. fpnwcfg.dll ,,, 2
  49. fpnwmgr.cpl ,,, 2
  50. fpnwperf.h ,,, 2
  51. fpnwperf.ini,,, 2
  52. nwmon.dll ,,, 2
  53. nwsevent.dll,,, 2
  54. nwslib.dll ,,, 2
  55. nwssvc.exe ,,, 2
  56. [CpyFiles_Login]
  57. CopyFiles = CpyFiles_Login.CpyFiles
  58. [CpyFiles_Login.CpyFiles]
  59. login.exe ,,, 2
  60. rpc16c1.rpc ,,, 2
  61. rpc16c6.rpc ,,, 2
  62. security.rpc,,, 2
  63. slist.exe ,,, 2
  64. [CpyFiles_Public]
  65. CopyFiles = CpyFiles_Public.CpyFiles
  66. [CpyFiles_Public.CpyFiles]
  67. attach.exe ,,, 2
  68. capture.exe ,,, 2
  69. chgpass.exe ,,, 2
  70. endcap.exe ,,, 2
  71. login.exe ,,, 2
  72. logout.exe ,,, 2
  73. map.exe ,,, 2
  74. rpc16c1.rpc ,,, 2
  75. rpc16c6.rpc ,,, 2
  76. security.rpc,,, 2
  77. setpass.exe ,,, 2
  78. slist.exe ,,, 2
  79. [CpyFiles_Tools]
  80. fpnwmgr.cpl ,,, 2
  81. nwslib.dll ,,, 2
  82. nwsevent.dll,,, 2
  83. fpnw.hlp ,,, 1
  84. fpnw.cnt ,,, 1
  85. [FPNW.Ndi.Services]
  86. AddService = FPNW,, FPNW_Service_Inst, FPNW_Service_Evt
  87. AddService = FPNWSRV,, FPNWSRV_Service_Inst, FPNWSRV_Service_Evt
  88. [FPNW.Ndi.Remove]
  89. DelReg = FPNW.DelReg
  90. [FPNW.Ndi.Remove.Services]
  91. DelService = FPNW
  92. DelService = FPNWSRV
  93. ;
  94. ; Services Install Sections
  95. ;
  96. [FPNW_Service_Inst]
  97. DisplayName = %FPNW_Desc%
  98. ServiceType = 0x10 ;SERVICE_WIN32_OWN_PROCESS
  99. StartType = 2 ;SERVICE_AUTO_START
  100. ErrorControl = 1
  101. ServiceBinary = %11%\nwssvc.exe
  102. StartName = LocalSystem
  103. AddReg = FPNW_Service.AddReg
  104. Dependencies = NwLnkIpx, NwSapAgent, Spooler
  105. Description = %FPNW_Desc%
  106. [FPNWSRV_Service_Inst]
  107. DisplayName = %FPNWSRV_Desc%
  108. ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER
  109. StartType = 3 ;SERVICE_DEMAND_START
  110. ErrorControl = 1
  111. ServiceBinary = %12%\fpnwsrv.sys
  112. AddReg = FPNWSRV_Service.AddReg
  113. Description = %FPNWSRV_Desc%
  114. [FPNW_Service.AddReg]
  115. HKR, "AutotunedParameters",, 0x10
  116. HKR, "Performance",, 0x10
  117. HKR, "Volumes",, 0x10
  118. HKR, "Parameters", "AlertEveryoneOnDiskFull", 0x10001, 1
  119. HKR, "Parameters", "Description",, ""
  120. HKR, "Parameters", "EmulateShareableFlag", 0x10001, 2
  121. HKR, "Parameters", "EnableBurst", 0x10001, 1
  122. HKR, "Parameters", "EnableForcedLogoff", 0x10001, 1
  123. HKR, "Parameters", "EnableLip", 0x10001, 1
  124. HKR, "Parameters", "HomeBaseDirectory",, "SYS:"
  125. HKR, "Parameters", "LoginDirectory",, "SYS:LOGIN"
  126. HKR, "Parameters", "MaxReceivePacketSize", 0x10001, 4202
  127. HKR, "Parameters", "MaxSearchesPerClient", 0x10001, 0
  128. HKR, "Parameters", "MaxUsers", 0x10001, 10000
  129. HKR, "Parameters", "NumberOfWatchDogPackets", 0x10001, 5
  130. HKR, "Parameters", "RespondToNearestServer", 0x10001, 1
  131. HKR, "Parameters", "Size", 0x10001, 3
  132. HKR, "Parameters", "WatchDogInitialDelay", 0x10001, 90
  133. HKR, "Parameters", "WatchDogSecondaryDelay", 0x10001, 60
  134. ; Performance Values
  135. HKR, "Performance", "Close",, "CloseNcpSrvPerformanceData"
  136. HKR, "Performance", "Collect",, "CollectNcpSrvPerformanceData"
  137. HKR, "Performance", "Library",, "nwslib.dll"
  138. HKR, "Performance", "Open",, "OpenNcpSrvPerformanceData"
  139. ; Eventlog Sections (non-service)
  140. HKLM, "SYSTEM\CurrentControlSet\Services\Eventlog\Application\NWPrint", "EventMessageFile", 0x20000, "nwsevent.dll"
  141. HKLM, "SYSTEM\CurrentControlSet\Services\Eventlog\Application\NWPrint", "TypesSupported", 0x10001, 7
  142. HKLM, "SYSTEM\CurrentControlSet\Services\Eventlog\Application\NWMon", "EventMessageFile", 0x20000, "nwsevent.dll"
  143. HKLM, "SYSTEM\CurrentControlSet\Services\Eventlog\Application\NWMon", "TypesSupported", 0x10001, 7
  144. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Network\SMAddOns", "FPNWCLNT", , "fpnwmgr.cpl"
  145. [FPNW_Service_Evt]
  146. AddReg = FPNW_Evt_AddReg
  147. [FPNW_Evt_Addreg]
  148. HKR,, EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  149. HKR,, TypesSupported, 0x10001, 7
  150. [FPNWSRV_Service.AddReg]
  151. HKR, "Parameters",, 0x10
  152. HKLM, "System\CurrentControlSet\Services\LicenseService\FilePrint\FPNWServer",, 0x10
  153. [FPNWSRV_Service_Evt]
  154. AddReg = FPNWSRV_Evt_AddReg
  155. [FPNWSRV_Evt_Addreg]
  156. HKR,, EventMessageFile, 0x20000, "%%SystemRoot%%\System32\nwsevent.dll"
  157. HKR,, TypesSupported, 0x10001, 7
  158. [FPNW.DelReg]
  159. HKLM, "System\CurrentControlSet\Services\Eventlog\Application\NWPrint"
  160. HKLM, "System\CurrentControlSet\Services\Eventlog\Application\NWMon"
  161. HKLM, "System\CurrentControlSet\Services\LicenseService\FilePrint\FPNWServer"
  162. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Network\SMAddOns", "FPNWCLNT"