home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / netmscli.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-18  |  6.5 KB  |  100 lines

  1. ; -- NETMSCLI.INX --
  2. ;
  3. ; Client For Microsoft Networks.
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6.  
  7. ;;++-- AddSDisk.cmd said no CopyFiles
  8.  
  9.  
  10. [Version]
  11. Signature   = "$Windows NT$"
  12. Class       = NetClient
  13. ClassGUID   = {4d36e973-e325-11ce-bfc1-08002be10318}
  14. Provider    = %Msft%
  15. DriverVer=06/21/2006,6.0.6001.18000
  16. ;; Commented by AddSDisk.cmd
  17. ;; LayoutFile  = layout.inf
  18.  
  19. [Manufacturer]
  20. %Msft%=MSFT,NTx86
  21.  
  22. [MSFT.NTx86]
  23. %MSClient_Desc% = MSClient.ndi, MS_MSCLIENT
  24.  
  25. ;
  26. ; Install Sections
  27. ;
  28. [MSClient.ndi]
  29. AddReg = MSClient.ndi.AddReg
  30. Characteristics = 0x80 ; NCF_HAS_UI
  31.  
  32. [MSClient.ndi.Remove]
  33. DelReg = MSClient.DelReg
  34.  
  35. ;
  36. ; Services Sections
  37. ;
  38. [MSClient.ndi.Services]
  39.  
  40. ;
  41. ; Remove services
  42. ;
  43. [MSClient.ndi.Remove.Services]
  44.  
  45.  
  46. ;
  47. ; Del Registry section
  48. ;
  49. [MSClient.DelReg]
  50.  
  51. ;
  52. ; Add Registry sections
  53. ;
  54. [MSClient.ndi.AddReg]
  55. HKR, Ndi,            ClsID,                     0,      {57C06EAA-8784-11D0-83D4-00A0C911E5DF}
  56. HKR, Ndi,            Service,                   0,      LanmanWorkstation
  57. HKR, Ndi,            CoServices,                0x10000,"LanmanWorkstation", "Browser", "Netlogon"
  58. HKR, Ndi,            ExcludeSetupStartServices, 0x10000,"Browser","Netlogon"
  59. HKR, Ndi,            HelpText,                  0,      "@netcfgx.dll,-50002"
  60. HKR, Ndi\Interfaces, UpperRange,                0,      "winnet5"
  61. HKR, Ndi\Interfaces, LowerRange,                0,      "netbios,netbios_smb"
  62.  
  63.  
  64. [MSClient.ndi.NetworkProvider]
  65. DeviceName = LanmanRedirector
  66.  
  67. ;
  68. ; Add Winsock Paramters Key
  69. ; (32-bit platforms only since AF_NETBIOS for 32-bit on 64-bit systems not
  70. ; supported.)
  71. ;
  72. [MSClient.ndi.Winsock]
  73. AddSock = MSClient.Install.AddWinsock
  74.  
  75. [MSClient.Install.AddWinsock]
  76. TransportService=NetBIOS
  77. HelperDllName="%SystemRoot%\System32\wshnetbs.dll"
  78. MaxSockAddrLength=0x14
  79. MinSockAddrLength=0x14
  80.  
  81. [Strings]
  82. Msft = "Microsoft"
  83.  
  84. MSClient_Desc = "Client for Microsoft Networks"
  85.  
  86. ; Service names
  87. Browser_Display = "Computer Browser"
  88. Browser_Desc = "Maintains an updated list of computers on the network and supplies this list to computers designated as browsers. If this service is stopped, this list will not be updated or maintained. If this service is disabled, any services that explicitly depend on it will fail to start."
  89. LanmanWorkstation_Display = "Workstation"
  90. LanmanWorkstation_Desc = "Creates and maintains client network connections to remote servers. If this service is stopped, these connections will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start."
  91. NetLogon_Display = "Net Logon"
  92. NetLogon_Desc = "Maintains a secure channel between this computer and the domain controller for authenticating users and services. If this service is stopped, the computer may not authenticate users and services and the domain controller cannot register DNS records. If this service is disabled, any services that explicitly depend on it will fail to start."
  93. Bowser_Desc = "Browser driver"
  94. Rdbss_Desc = "Redirector Driver Buffering SubSystem"
  95. Smb_Rdr_Wrapper_Desc = "SMB Redirector Engine"
  96. Smb_10_Rdr_Desc = "SMB 1.x Redirector"
  97. Smb_20_Rdr_Desc = "SMB 2.0 Redirector"
  98. NetproviderName = "Microsoft Windows Network"
  99. LanmanPrintProvider = "LanMan Print Services"
  100.