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.

386 lines
8.3 KiB

  1. ;/*++
  2. ;
  3. ; Copyright (c) 2001 Microsoft Corporation
  4. ;
  5. ; Module Name:
  6. ;
  7. ; wumsg.mc
  8. ;
  9. ; Abstract:
  10. ;
  11. ; Contains message definitions
  12. ; for event logging.
  13. ;
  14. ; Notes:
  15. ;
  16. ; DO NOT change the order of the MessageIds.
  17. ; The event log service uses these numbers
  18. ; to determine which strings to pull from
  19. ; the EXE. If the user has installed a previous
  20. ; package on the PC and these get changed,
  21. ; their event log entries will break.
  22. ;
  23. ; History:
  24. ;
  25. ; 03/02/2001 rparsons Created
  26. ;
  27. ;--*/
  28. MessageIdTypedef=DWORD
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR)
  33. MessageId=1
  34. Severity=Error
  35. Facility=Application
  36. SymbolicName=ID_WRONG_ARGUMENTS
  37. Language=English
  38. An incorrect number of command line arguments were specified.
  39. .
  40. MessageId=2
  41. Severity=Informational
  42. Facility=Application
  43. SymbolicName=ID_USAGE
  44. Language=English
  45. Installs the Windows 2000 Application Compatibility Update
  46. WUInst [-i | -u] -q
  47. -i Install the update
  48. -u Uninstall the update
  49. -q Installs or uninstalls the update without
  50. displaying any prompts (quiet mode)
  51. By running the application without any arguments,
  52. you'll receive this message.
  53. .
  54. MessageId=3
  55. Severity=Informational
  56. Facility=Application
  57. SymbolicName=ID_INSTALL_SUCCESSFUL
  58. Language=English
  59. The %1 was installed successfully.
  60. .
  61. MessageId=4
  62. Severity=Informational
  63. Facility=Application
  64. SymbolicName=ID_INSTALL_START
  65. Language=English
  66. Beginning the installation of the %1.
  67. .
  68. MessageId=5
  69. Severity=Error
  70. Facility=Application
  71. SymbolicName=ID_FILE_COPY_FAIL
  72. Language=English
  73. The installation of the %1 failed.
  74. %nUnable to copy %2 to %3.
  75. .
  76. MessageId=6
  77. Severity=Error
  78. Facility=Application
  79. SymbolicName=ID_REG_MERGE_FAIL
  80. Language=English
  81. The installation of the %1 failed.
  82. %nThe %2 was not imported successfully.
  83. .
  84. MessageId=7
  85. Severity=Error
  86. Facility=Application
  87. SymbolicName=ID_GET_CUR_DIR_FAIL
  88. Language=English
  89. The installation of the %1 failed.
  90. %nUnable to determine the current directory for %2.
  91. .
  92. MessageId=8
  93. Severity=Error
  94. Facility=Application
  95. SymbolicName=ID_MEM_ALLOC_FAIL
  96. Language=English
  97. The installation of the %1 failed.
  98. %nUnable to allocate memory required for registry operations.
  99. .
  100. MessageId=9
  101. Severity=Informational
  102. Facility=Application
  103. SymbolicName=ID_UNINSTALL_START
  104. Language=English
  105. Beginning the uninstallation of the %1.
  106. .
  107. MessageId=10
  108. Severity=Informational
  109. Facility=Application
  110. SymbolicName=ID_UNINSTALL_SUCCESSFUL
  111. Language=English
  112. The %1 was uninstalled successfully.
  113. .
  114. MessageId=11
  115. Severity=Error
  116. Facility=Application
  117. SymbolicName=ID_ADMIN_CHECK_FAIL
  118. Language=English
  119. The installation of the %1 failed.
  120. %nUnable to determine if the current user is an administrator.
  121. .
  122. MessageId=12
  123. Severity=Error
  124. Facility=Application
  125. SymbolicName=ID_NOT_ADMIN
  126. Language=English
  127. The installation of the %1 could not be completed.
  128. %nYou must be an administrator to perform the installation.
  129. .
  130. MessageId=13
  131. Severity=Warning
  132. Facility=Application
  133. SymbolicName=ID_ADMIN_CHECK_FAILED
  134. Language=English
  135. The installation of the %1 failed.
  136. %nUnable to determine if the current user is an administrator.
  137. %nThe installation will continue, but may not complete successfully.
  138. .
  139. MessageId=14
  140. Severity=Error
  141. Facility=Application
  142. SymbolicName=ID_OS_NOT_SUPPORTED
  143. Language=English
  144. The installation of the %1 could not be completed.
  145. %nThe target operating system is not Windows 2000.
  146. .
  147. MessageId=15
  148. Severity=Error
  149. Facility=Application
  150. SymbolicName=ID_INS_REBOOT_FAILED
  151. Language=English
  152. The reboot of your computer failed.
  153. %nYou must restart your computer to complete the installation.
  154. .
  155. MessageId=16
  156. Severity=Error
  157. Facility=Application
  158. SymbolicName=ID_UNINS_REBOOT_FAILED
  159. Language=English
  160. The reboot of your computer failed.
  161. %nYou must restart your computer to complete the uninstallation.
  162. .
  163. MessageId=17
  164. Severity=Warning
  165. Facility=Application
  166. SymbolicName=ID_INS_QREBOOT_NEEDED
  167. Language=English
  168. The installation of the %1 completed successfully.
  169. %nYou must restart your computer to complete the installation.
  170. .
  171. MessageId=18
  172. Severity=Warning
  173. Facility=Application
  174. SymbolicName=ID_UNINS_QREBOOT_NEEDED
  175. Language=English
  176. The uninstall of the %1 completed successfully.
  177. %nYou must restart your computer to complete the uninstallation.
  178. .
  179. MessageId=19
  180. Severity=Warning
  181. Facility=Application
  182. SymbolicName=ID_FILE_BACKUP_FAILED
  183. Language=English
  184. Unable to backup files used by the update.
  185. %nThe installation will continue, but you will not be able to remove the update.
  186. .
  187. MessageId=20
  188. Severity=Warning
  189. Facility=Application
  190. SymbolicName=ID_REG_BACKUP_FAILED
  191. Language=English
  192. Unable to backup registry keys used by the update.
  193. %nThe installation will continue, but you will not be able to remove the update.
  194. .
  195. MessageId=21
  196. Severity=Error
  197. Facility=Application
  198. SymbolicName=ID_FILE_COPY_FAILED
  199. Language=English
  200. The installation of the %1 failed.
  201. %nUnable to copy files required by the update.
  202. .
  203. MessageId=22
  204. Severity=Error
  205. Facility=Application
  206. SymbolicName=ID_CATALOG_INSTALL_FAILED
  207. Language=English
  208. The installation of the %1 failed.
  209. %nUnable to install the catalog required to run the update.
  210. .
  211. MessageId=23
  212. Severity=Error
  213. Facility=Application
  214. SymbolicName=ID_SPF_COPY_FAILED
  215. Language=English
  216. The installation of the %1 failed.
  217. %nUnable to replace a system protected file required to run the update.
  218. .
  219. MessageId=24
  220. Severity=Error
  221. Facility=Application
  222. SymbolicName=ID_REG_MERGE_FAILED
  223. Language=English
  224. The installation of the %1 failed.
  225. %nUnable to make registry entires required to run the update.
  226. .
  227. MessageId=25
  228. Severity=Warning
  229. Facility=Application
  230. SymbolicName=ID_REGSVR32_FAILED
  231. Language=English
  232. An error occured during the installation of the %1.
  233. %nUnable to perform DLL registration.
  234. %nSome features provided by the update will not be available.
  235. .
  236. MessageId=26
  237. Severity=Error
  238. Facility=Application
  239. SymbolicName=ID_NO_APPPATCH_DIR
  240. Language=English
  241. The installation of the %1 failed.
  242. %nUnable to create %2.
  243. %nVerify that the directory exists and that you have permissions to it.
  244. .
  245. MessageId=27
  246. Severity=Informational
  247. Facility=Application
  248. SymbolicName=ID_NO_ACTION
  249. Language=English
  250. The %1 was not installed because a newer version was detected.
  251. .
  252. MessageId=28
  253. Severity=Error
  254. Facility=Application
  255. SymbolicName=ID_ACL_APPPATCH_FAILED
  256. Language=English
  257. The installation of the %1 failed.
  258. %nUnable to grant the Users group permissions to %2.
  259. .
  260. MessageId=29
  261. Severity=Informational
  262. Facility=Application
  263. SymbolicName=ID_NO_ACTION_TAKEN
  264. Language=English
  265. The %1 was not installed because a newer version was detected.
  266. .
  267. MessageId=30
  268. Severity=Error
  269. Facility=Application
  270. SymbolicName=ID_INF_SCAN_FAILED
  271. Language=English
  272. The installation of the %1 failed.
  273. %nUnable to retrieve section names from the installation INF file.
  274. .
  275. MessageId=31
  276. Severity=Error
  277. Facility=Application
  278. SymbolicName=ID_NOT_ENOUGH_DISK_SPACE
  279. Language=English
  280. The installation of the %1 failed.
  281. %nThere is not enough disk space available to complete the installation.
  282. .
  283. MessageId=32
  284. Severity=Error
  285. Facility=Application
  286. SymbolicName=ID_PARSE_CMD_LINE
  287. Language=English
  288. The installation of the %1 failed.
  289. %nUnable to parse command line arguments required for the installation.
  290. .
  291. MessageId=33
  292. Severity=Error
  293. Facility=Application
  294. SymbolicName=ID_INIT_FAILED
  295. Language=English
  296. The installation of the %1 failed.
  297. %nUnable to initialize the installation.
  298. .
  299. MessageId=34
  300. Severity=Error
  301. Facility=Application
  302. SymbolicName=ID_REG_DELETE_FAILED
  303. Language=English
  304. The uninstall of the %1 failed.
  305. %nUnable to remove registry keys for the uninstall.
  306. .
  307. MessageId=35
  308. Severity=Error
  309. Facility=Application
  310. SymbolicName=ID_REG_RESTORE_FAILED
  311. Language=English
  312. The uninstall of the %1 failed.
  313. %nUnable to restore registry keys required by the application.
  314. .
  315. MessageId=36
  316. Severity=Error
  317. Facility=Application
  318. SymbolicName=ID_FILE_RESTORE_FAILED
  319. Language=English
  320. The uninstall of the %1 failed.
  321. %nUnable to restore files required by the application.
  322. .
  323. MessageId=37
  324. Severity=Error
  325. Facility=Application
  326. SymbolicName=ID_GET_INF_FAIL
  327. Language=English
  328. The uninstall of the %1 failed.
  329. %nUnable to retrieve information from the uninstall directive file.
  330. .
  331. MessageId=38
  332. Severity=Error
  333. Facility=Application
  334. SymbolicName=ID_SYSTEM_RESTORE_FAIL
  335. Language=English
  336. Setting system restore point failed for %1.
  337. %nUnable to set system restore point.
  338. .