home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 December / dpcb1297.iso / Internet / IE40 / IE4_S2.CAB / IE4_2.CAB / NETFAM.INF < prev    next >
Windows Setup INFormation  |  1997-09-18  |  3KB  |  96 lines

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