Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.6 KiB

  1. ; -- NETTCPU.INX --
  2. ;
  3. ; TCP/IP Connectivity Utilities
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. [version]
  7. signature = "$Windows NT$"
  8. ClassGUID = {00000000-0000-0000-0000-000000000000}
  9. Provider = %Msft%
  10. LayoutFile = layout.inf
  11. [TCPUTIL]
  12. OptionDesc = %TCPUTIL_Desc%
  13. Tip = %TCPUTIL_HELP%
  14. IconIndex = 17 ; Net service
  15. Parent = NetOC
  16. InstallType = 0 ; Off by default everywhere
  17. CopyFiles = CpyFiles_Sys
  18. Uninstall = TCPUTIL.Remove
  19. ValidateProc = netcfgx.dll, NetCfgOCProc
  20. [TCPUTIL.Services]
  21. AddService = TCPUTIL, , TCPUTIL_Service_Inst
  22. [TCPUTIL.Remove.Services]
  23. DelService = TCPUTIL
  24. [DestinationDirs]
  25. CpyFiles_Sys = 11 ;System32
  26. [CpyFiles_Sys]
  27. finger.exe, , , 2
  28. ftp.exe, , , 2
  29. nslookup.exe, , , 2
  30. rcp.exe, , , 2
  31. rexec.exe, , , 2
  32. rsh.exe, , , 2
  33. telnet.cnt, , , 2
  34. telnet.exe, , , 2
  35. telnet.hlp, , , 2
  36. tftp.exe, , , 2
  37. [TCPUTIL_Service_Inst]
  38. DisplayName = %TCPUTIL_Desc%
  39. ServiceType = %SERVICE_FILE_SYSTEM_DRIVER% ;//$ REVIEW
  40. StartType = %SERVICE_DEMAND_START% ;//$ REVIEW
  41. ErrorControl = 1
  42. Dependencies = TCPIP
  43. ServiceBinary = %11%\services.exe ;//$ REVIEW
  44. StartName = LocalSystem ;//$ REVIEW
  45. Description = %TCPUTIL_Desc%