home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 3 / Windows / inf / netmscli.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-18  |  6.8 KB  |  105 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. [MSClient.ndi.PrintProvider]
  68. PrintProviderName = "LanMan Print Services"
  69. PrintProviderDll  = win32spl.dll
  70. DisplayName       = %LanmanPrintProvider%
  71.  
  72. ;
  73. ; Add Winsock Paramters Key
  74. ; (32-bit platforms only since AF_NETBIOS for 32-bit on 64-bit systems not
  75. ; supported.)
  76. ;
  77. [MSClient.ndi.Winsock]
  78. AddSock = MSClient.Install.AddWinsock
  79.  
  80. [MSClient.Install.AddWinsock]
  81. TransportService=NetBIOS
  82. HelperDllName="%SystemRoot%\System32\wshnetbs.dll"
  83. MaxSockAddrLength=0x14
  84. MinSockAddrLength=0x14
  85.  
  86. [Strings]
  87. Msft = "Microsoft"
  88.  
  89. MSClient_Desc = "Client for Microsoft Networks"
  90.  
  91. ; Service names
  92. Browser_Display = "Computer Browser"
  93. 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."
  94. LanmanWorkstation_Display = "Workstation"
  95. 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."
  96. NetLogon_Display = "Net Logon"
  97. 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."
  98. Bowser_Desc = "Browser driver"
  99. Rdbss_Desc = "Redirector Driver Buffering SubSystem"
  100. Smb_Rdr_Wrapper_Desc = "SMB Redirector Engine"
  101. Smb_10_Rdr_Desc = "SMB 1.x Redirector"
  102. Smb_20_Rdr_Desc = "SMB 2.0 Redirector"
  103. NetproviderName = "Microsoft Windows Network"
  104. LanmanPrintProvider = "LanMan Print Services"
  105.