home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / netmscli.inf < prev    next >
Windows Setup INFormation  |  2008-01-18  |  7KB  |  105 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. [MSClient.ndi.PrintProvider]
  53. PrintProviderName = "LanMan Print Services"
  54. PrintProviderDll  = win32spl.dll
  55. DisplayName       = %LanmanPrintProvider%
  56. ;
  57. ; Add Winsock Paramters Key
  58. ; (32-bit platforms only since AF_NETBIOS for 32-bit on 64-bit systems not
  59. ; supported.)
  60. ;
  61. [MSClient.ndi.Winsock]
  62. AddSock = MSClient.Install.AddWinsock
  63. [MSClient.Install.AddWinsock]
  64. TransportService=NetBIOS
  65. HelperDllName="%SystemRoot%\System32\wshnetbs.dll"
  66. MaxSockAddrLength=0x14
  67. MinSockAddrLength=0x14
  68. [Strings]
  69. Msft = "Microsoft"
  70. MSClient_Desc = "Client for Microsoft Networks"
  71. ; Service names
  72. Browser_Display = "Computer Browser"
  73. 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."
  74. LanmanWorkstation_Display = "Workstation"
  75. 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."
  76. NetLogon_Display = "Net Logon"
  77. 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."
  78. Bowser_Desc = "Browser driver"
  79. Rdbss_Desc = "Redirector Driver Buffering SubSystem"
  80. Smb_Rdr_Wrapper_Desc = "SMB Redirector Engine"
  81. Smb_10_Rdr_Desc = "SMB 1.x Redirector"
  82. Smb_20_Rdr_Desc = "SMB 2.0 Redirector"
  83. NetproviderName = "Microsoft Windows Network"
  84. LanmanPrintProvider = "LanMan Print Services"