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.

115 lines
3.2 KiB

  1. ;/*++
  2. ;
  3. ; Copyright (c) Microsoft Corporation 1998
  4. ; All rights reserved
  5. ;
  6. ; Definitions for Software Installation events.
  7. ;
  8. ;--*/
  9. ;
  10. ;#ifndef _ADEEVENT_
  11. ;#define _ADEEVENT_
  12. ;
  13. MessageId=101 SymbolicName=EVENT_ADE_GENERAL_ERROR
  14. Language=English
  15. Software Installation encountered the following error: %1
  16. .
  17. MessageId=102 SymbolicName=EVENT_ADE_INIT_FAILED
  18. Language=English
  19. Software Installation failed to initialize. The following error was encountered: %1
  20. .
  21. MessageId=103 SymbolicName=EVENT_ADE_DEPLOYMENT_ERROR
  22. Language=English
  23. Software Installation failed to deploy package %2. The following error was encountered: %1
  24. .
  25. MessageId=104 SymbolicName=EVENT_ADE_NOCLASSSTORE_ERROR
  26. Language=English
  27. Software Installation was unable to obtain access to the DS. The following error was encountered: %1
  28. .
  29. MessageId=105 SymbolicName=EVENT_ADE_ADDPACKAGE_ERROR
  30. Language=English
  31. Software Installation was unable to add the package %2 to the DS. The following error was encountered: %1
  32. .
  33. MessageId=106 SymbolicName=EVENT_ADE_BADZAP_ERROR
  34. Language=English
  35. Software Installation was unable to parse the ZAP file %2. The following error was encountered: %1
  36. .
  37. MessageId=107 SymbolicName=EVENT_ADE_BADMSI_ERROR
  38. Language=English
  39. Software Installation was unable to read the MSI file %2. The following error was encountered: %1
  40. .
  41. MessageId=108 SymbolicName=EVENT_ADE_REMOVE_ERROR
  42. Language=English
  43. Software Installation was unable to remove the package %2. The following error was encountered: %1
  44. .
  45. ;// MessageId=109 Unused
  46. MessageId=110 SymbolicName=EVENT_ADE_GENERATESCRIPT_ERROR
  47. Language=English
  48. Software Installation was unable to generate the script for %2. The following error was encountered: %1
  49. .
  50. MessageId=111 SymbolicName=EVENT_ADE_NOCATEGORYGUID_ERROR
  51. Language=English
  52. Software Installation was unable to secure a GUID for new category %2. The following error was encountered: %1
  53. .
  54. MessageId=112 SymbolicName=EVENT_ADE_ADDCATEGORY_ERROR
  55. Language=English
  56. Software Installation was unable to create category %2. The following error was encountered: %1
  57. .
  58. MessageId=113 SymbolicName=EVENT_ADE_REMOVECATEGORY_ERROR
  59. Language=English
  60. Software Installation was unable to remove category %2. The following error was encountered: %1
  61. .
  62. MessageId=114 SymbolicName=EVENT_ADE_ADDCATEGORY
  63. Language=English
  64. Software Installation added category %2.
  65. .
  66. MessageId=115 SymbolicName=EVENT_ADE_REMOVECATEGORY
  67. Language=English
  68. Software Installation removed category %2.
  69. .
  70. MessageId=116 SymbolicName=EVENT_ADE_RENAMECATEGORY
  71. Language=English
  72. Software Installation renamed category %2.
  73. .
  74. MessageId=117 SymbolicName=EVENT_ADE_RENAMECATEGORY_ERROR
  75. Language=English
  76. Software Installation was unable to rename category %2. The following error was encountered: %1
  77. .
  78. MessageId=118 SymbolicName=EVENT_ADE_GETCATEGORIES_ERROR
  79. Language=English
  80. Software Installation was unable to retrieve the list of categories from the DC. The following error was encountered: %1
  81. .
  82. MessageId=119 SymbolicName=EVENT_ADE_UNEXPECTEDMSI_ERROR
  83. Language=English
  84. Software Installation encountered an unexpected error while reading from the MSI file %2. The error was not serious enough to justify halting the operation. The following error was encountered: %1
  85. .
  86. ;
  87. ;#define ADE_EVENT_SOURCE TEXT("Software Installation")
  88. ;
  89. ;
  90. ;#endif // _ADEEVENT_
  91. ;