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.

95 lines
2.7 KiB

  1. ; NETCLI.INF
  2. ;
  3. ; Network Clients
  4. ;
  5. ; Copyright 1993-1996, Microsoft Corporation
  6. [version]
  7. LayoutFile=layout.inf
  8. signature="$CHICAGO$"
  9. Class=NetClient
  10. provider=%V_MS%
  11. [ClassInstall]
  12. AddReg=NetClientReg
  13. [NetClientReg]
  14. HKR,,,,%V_CLASSNAME%
  15. HKR,,Installer,,"netdi.dll"
  16. HKR,,Icon,,-7
  17. HKR,,NoUseClass,,1
  18. [Manufacturer]
  19. %V_MS%=MS
  20. [MS]
  21. %FAMILY.DeviceDesc%= FAMILY.ndi, FAMILY
  22. ;*********************************************
  23. ; FAMILY section
  24. ;*********************************************
  25. [FAMILY.ndi]
  26. AddReg=FAMILY.ndi.reg
  27. DeviceID=FAMILY
  28. [FAMILY.ndi.reg]
  29. HKR,Ndi,DeviceID,,FAMILY
  30. ;;HKR,Ndi,NdiInstaller,,"netdi.dll,MSClientNdiProc"
  31. ; Interfaces
  32. HKR,Ndi\Interfaces,DefLower,,"netbios,ipxDHost"
  33. HKR,Ndi\Interfaces,LowerRange,,"netbios,ipxDHost"
  34. ; Install-Remove Section
  35. HKR,Ndi\Install,,,"FAMILY.Install"
  36. HKR,Ndi\Remove,,,"FAMILY.Remove"
  37. ; Network provider
  38. ; should be the same as HKLM\system\ccs\NPSTUB\networkprovider\name
  39. HKR,Ndi,NetworkProvider,,%FAMILY.DeviceDesc%
  40. ; Context help
  41. HKR,Ndi,HelpText,,%FAMILY_HELP%
  42. [FAMILY.Install]
  43. AddReg=NPSTUB.AddReg
  44. CopyFiles=NPSTUB.Files
  45. [NPSTUB.AddReg]
  46. ;Net provider info
  47. HKLM,"SYSTEM\CurrentControlSet\Control\NetworkProvider\Order",NPSTUB,,
  48. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",Name,,%FAMILY.DeviceDesc%
  49. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",ProviderPath,,"ienpstub.dll"
  50. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",RealDLL,,"mslocusr.dll"
  51. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",Description,,%FAMILY.DeviceDesc%
  52. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",NetID,1,00,00,01,00
  53. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",CallOrder,1,00,00,00,40
  54. [NPSTUB.Files]
  55. IENPSTUB.dll
  56. MSLOCUSR.dll
  57. [FAMILY.Remove]
  58. DelReg=NPSTUB.AddReg
  59. ;****************************************************************************
  60. ; Destinations
  61. ;****************************************************************************
  62. [DestinationDirs]
  63. NPSTUB.Files = 11 ;LDID_SYS
  64. ;****************************************************************************
  65. ; Localizable Strings
  66. ;****************************************************************************
  67. [strings]
  68. V_MS="Microsoft"
  69. V_CLASSNAME="Network Client"
  70. ;Devices
  71. FAMILY.DeviceDesc= "Microsoft Family Logon"
  72. ; Context help
  73. ; NOTE: must be 199 bytes or less, otherwise the network CPL will refuse to
  74. ; display it.
  75. FAMILY_HELP="When Windows starts, Microsoft Family Logon displays a list of users with access to this computer. To log on to Windows, click a user, and then type the correct password."