home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 2 / Windows / inf / netmscli.inf < prev    next >
Windows Setup INFormation  |  2008-01-18  |  7KB  |  100 lines

  1.  ■; -- NETMSCLI.INX --
  2. ;
  3. ; Client For Microsoft Networks.
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6. ;;++-- AddSDisk.cmd said no CopyFiles
  7. [Version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetClient
  10. ClassGUID   = {4d36e973-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Msft%
  12. DriverVer=06/21/2006,6.0.6001.18000
  13. ;; Commented by AddSDisk.cmd
  14. ;; LayoutFile  = layout.inf
  15. [Manufacturer]
  16. %Msft%=MSFT,NTx86
  17. [MSFT.NTx86]
  18. %MSClient_Desc% = MSClient.ndi, MS_MSCLIENT
  19. ;
  20. ; Install Sections
  21. ;
  22. [MSClient.ndi]
  23. AddReg = MSClient.ndi.AddReg
  24. Characteristics = 0x80 ; NCF_HAS_UI
  25. [MSClient.ndi.Remove]
  26. DelReg = MSClient.DelReg
  27. ;
  28. ; Services Sections
  29. ;
  30. [MSClient.ndi.Services]
  31. ;
  32. ; Remove services
  33. ;
  34. [MSClient.ndi.Remove.Services]
  35. ;
  36. ; Del Registry section
  37. ;
  38. [MSClient.DelReg]
  39. ;
  40. ; Add Registry sections
  41. ;
  42. [MSClient.ndi.AddReg]
  43. HKR, Ndi,            ClsID,                     0,      {57C06EAA-8784-11D0-83D4-00A0C911E5DF}
  44. HKR, Ndi,            Service,                   0,      LanmanWorkstation
  45. HKR, Ndi,            CoServices,                0x10000,"LanmanWorkstation", "Browser", "Netlogon"
  46. HKR, Ndi,            ExcludeSetupStartServices, 0x10000,"Browser","Netlogon"
  47. HKR, Ndi,            HelpText,                  0,      "@netcfgx.dll,-50002"
  48. HKR, Ndi\Interfaces, UpperRange,                0,      "winnet5"
  49. HKR, Ndi\Interfaces, LowerRange,                0,      "netbios,netbios_smb"
  50. [MSClient.ndi.NetworkProvider]
  51. DeviceName = LanmanRedirector
  52. ;
  53. ; Add Winsock Paramters Key
  54. ; (32-bit platforms only since AF_NETBIOS for 32-bit on 64-bit systems not
  55. ; supported.)
  56. ;
  57. [MSClient.ndi.Winsock]
  58. AddSock = MSClient.Install.AddWinsock
  59. [MSClient.Install.AddWinsock]
  60. TransportService=NetBIOS
  61. HelperDllName="%SystemRoot%\System32\wshnetbs.dll"
  62. MaxSockAddrLength=0x14
  63. MinSockAddrLength=0x14
  64. [Strings]
  65. Msft = "Microsoft"
  66. MSClient_Desc = "Client for Microsoft Networks"
  67. ; Service names
  68. Browser_Display = "Computer Browser"
  69. 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."
  70. LanmanWorkstation_Display = "Workstation"
  71. 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."
  72. NetLogon_Display = "Net Logon"
  73. 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."
  74. Bowser_Desc = "Browser driver"
  75. Rdbss_Desc = "Redirector Driver Buffering SubSystem"
  76. Smb_Rdr_Wrapper_Desc = "SMB Redirector Engine"
  77. Smb_10_Rdr_Desc = "SMB 1.x Redirector"
  78. Smb_20_Rdr_Desc = "SMB 2.0 Redirector"
  79. NetproviderName = "Microsoft Windows Network"
  80. LanmanPrintProvider = "LanMan Print Services"