Source code of Windows XP (NT5)
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.

165 lines
3.3 KiB

  1. MessageId=1 SymbolicName=MSG_TRYING_TO_INSTALL
  2. Language=English
  3. Trying to install %1 ...
  4. .
  5. MessageId=2 SymbolicName=MSG_COPY_NOTIFICATION
  6. Language=English
  7. ...%1 was copied to %2.
  8. .
  9. MessageId=3 SymbolicName=MSG_UNINSTALL_NOTIFICATION
  10. Language=English
  11. Trying to uninstall %1 ...
  12. .
  13. MessageId=4 SymbolicName=MSG_NOT_INSTALLED_NOTIFICATION
  14. Language=English
  15. ... %1 is not installed.
  16. .
  17. MessageId=5 SymbolicName=MSG_MACHINE_REBOOT_REQUIRED
  18. Language=English
  19. *** You need to reboot your computer for this change to take effect ***
  20. .
  21. MessageId=6 SymbolicName=MSG_FAILURE_NOTIFICATION
  22. Language=English
  23. ..failed. Error code: 0x%1!%lx!.
  24. .
  25. MessageId=7 SymbolicName=MSG_DONE
  26. Language=English
  27. ...done.
  28. .
  29. MessageId=8 SymbolicName=MSG_COMPONENT_INSTALLED
  30. Language=English
  31. '%1' is installed.
  32. .
  33. MessageId=9 SymbolicName=MSG_COMPONENT_NOT_INSTALLED
  34. Language=English
  35. '%1' is not installed.
  36. .
  37. MessageId=10 SymbolicName=MSG_INSTALLATION_NOT_CONFIRMED
  38. Language=English
  39. Could not find if '%1' is installed. error code: 0x%2!x!.
  40. .
  41. MessageId=11 SymbolicName=MSG_INSTANCE_DESCRIPTION
  42. Language=English
  43. Instance ID Description
  44. ---------------------------
  45. .
  46. MessageId=12 SymbolicName=MSG_COMPONENT_DESCRIPTION
  47. Language=English
  48. %1 %2
  49. .
  50. MessageId=13 SymbolicName=MSG_DISPLAY_NAME
  51. Language=English
  52. %1!-26s! %2
  53. .
  54. MessageId=14 SymbolicName=MSG_CLASS_NAME
  55. Language=English
  56. %1!-26s! %2
  57. .
  58. MessageId=15 SymbolicName=MSG_NET_COMPONENTS
  59. Language=English
  60. %1
  61. -----------------
  62. .
  63. MessageId=16 SymbolicName=MSG_COMPONENT_ID
  64. Language=English
  65. %1%0
  66. .
  67. MessageId=17 SymbolicName=MSG_LOWER_COMPONENTS
  68. Language=English
  69. -> %1
  70. .
  71. MessageId=18 SymbolicName=MSG_BINDING_PATHS_START
  72. Language=English
  73. Binding paths starting with '%1'
  74. .
  75. MessageId=19 SymbolicName=MSG_BINDING_PATHS_END
  76. Language=English
  77. Binding paths ending with '%1'
  78. .
  79. MessageId=20 SymbolicName=MSG_NETCFG_ALREADY_LOCKED
  80. Language=English
  81. Could not lock INetcfg, it is already locked by '%1'
  82. .
  83. MessageId=21 SymbolicName=MSG_PGM_USAGE
  84. Language=English
  85. netcfg [-v] [-winpe] [-l <full-path-to-component-INF>] -c <p|s|c> -i <comp-id>
  86. -winpe installs TCP/IP, NetBIOS and Microsoft Client for Windows preinstallation envrionment
  87. -l provides the location of INF
  88. -c provides the class of the component to be installed (p == Protocol, s == Service, c == Client)
  89. -i provides the component ID
  90. The arguments must be passed in the order shown.
  91. Examples:
  92. netcfg -l c:\oemdir\foo.inf -c p -i foo
  93. ...installs protocol 'foo' using c:\\oemdir\\foo.inf
  94. netcfg -c s -i MS_Server
  95. ...installs service 'MS_Server'
  96. OR
  97. netcfg [-v] -winpe
  98. Examples:
  99. netcfg -v -winpe
  100. ...Installs TCP/IP, NetBIOS and Microsoft Client for Windows preinstallation environment
  101. OR
  102. netcfg [-v] -q <comp-id>
  103. Example:
  104. netcfg -q MS_IPX
  105. ...displays if component 'MS_IPX' is installed
  106. OR
  107. netcfg [-v] -u <comp-id>
  108. Example:
  109. netcfg -u MS_IPX
  110. ...uninstalls component 'MS_IPX'
  111. OR
  112. netcfg [-v] -s <a|n>
  113. where,
  114. -s\tprovides the type of components to show
  115. \ta == adapters, n == net components
  116. Examples:
  117. netcfg -s n
  118. ...shows all installed net components
  119. OR
  120. netcfg [-v] -b <comp-id>
  121. Examples:
  122. netcfg -b ms_tcpip
  123. ...shows binding paths containing 'MS_TCPIP'
  124. General Notes:\n"
  125. -v Run in verbose (detailed) mode
  126. -? Displays this help information
  127. .