home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1998 November / PowerPlay1198.bin / Online / Primus / setup95.exe / 1033 / RCDATA / CABINET / IE4_S2.CAB / IE4_2.CAB / NETFAM.INF < prev    next >
Windows Setup INFormation  |  1998-05-09  |  3KB  |  97 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,NetType,,1
  37. HKR,Ndi,DeviceID,,FAMILY
  38. ;;HKR,Ndi,NdiInstaller,,"netdi.dll,MSClientNdiProc"
  39. ; Interfaces
  40. HKR,Ndi\Interfaces,DefLower,,"netbios,ipxDHost"
  41. HKR,Ndi\Interfaces,LowerRange,,"netbios,ipxDHost"
  42.  
  43. ; Install-Remove Section
  44. HKR,Ndi\Install,,,"FAMILY.Install"
  45. HKR,Ndi\Remove,,,"FAMILY.Remove"
  46.  
  47. ; Network provider
  48. ; should be the same as HKLM\system\ccs\NPSTUB\networkprovider\name
  49. HKR,Ndi,NetworkProvider,,%FAMILY.DeviceDesc%
  50.  
  51. ; Context help
  52. HKR,Ndi,HelpText,,%FAMILY_HELP%
  53.  
  54. [FAMILY.Install]
  55. AddReg=NPSTUB.AddReg
  56. CopyFiles=NPSTUB.Files
  57.  
  58. [NPSTUB.AddReg]
  59. ;Net provider info
  60. HKLM,"SYSTEM\CurrentControlSet\Control\NetworkProvider\Order",NPSTUB,,
  61. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",Name,,%FAMILY.DeviceDesc%
  62. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",ProviderPath,,"ienpstub.dll"
  63. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",RealDLL,,"mslocusr.dll"
  64. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",Description,,%FAMILY.DeviceDesc%
  65. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",NetID,1,00,00,01,00
  66. HKLM,"SYSTEM\CurrentControlSet\Services\NPSTUB\NetworkProvider",CallOrder,1,00,00,00,40
  67.  
  68. [NPSTUB.Files]
  69. IENPSTUB.dll
  70. MSLOCUSR.dll
  71.  
  72. [FAMILY.Remove]
  73. DelReg=NPSTUB.AddReg
  74.  
  75. ;****************************************************************************
  76. ; Destinations
  77. ;****************************************************************************
  78.  
  79. [DestinationDirs]
  80. NPSTUB.Files            = 11    ;LDID_SYS
  81.  
  82. ;****************************************************************************
  83. ; Localizable Strings
  84. ;****************************************************************************
  85.  
  86. [strings]
  87. V_MS = "Microsoft"
  88. V_CLASSNAME = "Network Client"
  89.  
  90. ;Devices
  91. FAMILY.DeviceDesc = "Microsoft Family Logon"
  92.  
  93. ; Context help
  94. ; NOTE: must be 199 bytes or less, otherwise the network CPL will refuse to
  95. ; display it.
  96. FAMILY_HELP = "Beim Start von Windows wird eine Liste der Benutzer angezeigt, die Zugang zu diesem Computer haben. Klicken Sie auf einen Benutzernamen und geben Sie das richtige Kennwort ein, um sich bei Windows anzumelden."
  97.