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

  1. ; -- NETSERV.INX --
  2. ;
  3. ; File And Print Services.
  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       = NetService
  13. ClassGUID   = {4d36e974-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. %MSServer_Desc% = Install.ndi, MS_SERVER
  24.  
  25. [Install.ndi]
  26. AddReg = MSServer.ndi.AddReg
  27. Characteristics = 0x0000    ; no characteristics
  28.  
  29. [MSServer.ndi.AddReg]
  30. HKR, Ndi,            ClsID,                     0, {7F368827-9516-11d0-83D9-00A0C911E5DF}
  31. HKR, Ndi,            Service,                   0, LanmanServer
  32. HKR, Ndi,            CoServices,                0x00010000, "LanmanServer"
  33. HKR, Ndi,            ExcludeSetupStartServices, 0x00010000, "LanmanServer" 
  34. HKR, Ndi,            HelpText,                  0, "@netcfgx.dll,-50003"
  35. HKR, Ndi\Interfaces, UpperRange,                0, "winnet5"
  36. HKR, Ndi\Interfaces, LowerRange,                0, "tdi,netbios,ipx,netbios_smb"
  37.  
  38. [Strings]
  39. ; localizable
  40. Msft = "Microsoft"
  41.  
  42. ; Component description
  43. MSServer_Desc = "File and Printer Sharing for Microsoft Networks"
  44.  
  45.