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.

158 lines
4.4 KiB

  1. ;/*++
  2. ;
  3. ; Copyright (c) Microsoft Corporation 1998
  4. ; All rights reserved
  5. ;
  6. ; Definitions for application management events.
  7. ;
  8. ;--*/
  9. ;
  10. ;#ifndef _APPEVENT_
  11. ;#define _APPEVENT_
  12. ;
  13. MessageId=101 SymbolicName=EVENT_APPMGMT_ASSIGN_FAILED
  14. Language=English
  15. The assignment of application %1 from policy %2 failed. The error was : %%%3
  16. .
  17. MessageId=102 SymbolicName=EVENT_APPMGMT_INSTALL_FAILED
  18. Language=English
  19. The install of application %1 from policy %2 failed. The error was : %%%3
  20. .
  21. MessageId=103 SymbolicName=EVENT_APPMGMT_UNASSIGN_FAILED
  22. Language=English
  23. The removal of the assignment of application %1 from policy %2 failed. The error was : %%%3
  24. .
  25. MessageId=104 SymbolicName=EVENT_APPMGMT_UNINSTALL_FAILED
  26. Language=English
  27. The removal of application %1 from policy %2 failed. The error was : %%%3
  28. .
  29. MessageId=105 SymbolicName=EVENT_APPMGMT_REINSTALL_FAILED
  30. Language=English
  31. The reinstall of application %1 from policy %2 failed. The error was : %%%3
  32. .
  33. MessageId=106 SymbolicName=EVENT_APPMGMT_UPGRADE_ABORT
  34. Language=English
  35. Application %1 from policy %2 was configured to upgrade application %3 from policy %4. The removal
  36. of application %3 from policy %4 failed with error : %%%5 The upgrade will be aborted.
  37. .
  38. MessageId=107 SymbolicName=EVENT_APPMGMT_ZAP_FAILED
  39. Language=English
  40. The execution of the setup program for application %1 from policy %2 failed. The setup
  41. path was %3 and the error was : %%%4
  42. .
  43. MessageId=108 SymbolicName=EVENT_APPMGMT_POLICY_FAILED
  44. Language=English
  45. Failed to apply changes to software installation settings. %1 The error was : %%%2
  46. .
  47. MessageId=109 SymbolicName=EVENT_APPMGMT_UPGRADE_ABORT2
  48. Language=English
  49. Application %1 from policy %2 was configured to upgrade application %3 from policy %4. The assignment or
  50. install of the upgrade application %1 from policy %2 failed with error : %%%5 The upgrade will be aborted.
  51. .
  52. MessageId=110 SymbolicName=EVENT_APPMGMT_POLICY_ABORT
  53. Language=English
  54. Application of software installation policy settings was aborted due to an error in determining the settings
  55. to be applied. A previous event log record was logged containing details of the error.
  56. .
  57. MessageId=150 SymbolicName=EVENT_CS_NETWORK_ERROR
  58. Language=English
  59. A network error occurred accessing software installation data in the active directory. The error was : %%%1
  60. .
  61. ;
  62. ;// Warnings
  63. ;
  64. MessageId=201 SymbolicName=EVENT_APPMGMT_HARD_UPGRADE
  65. Language=English
  66. Application %1 from policy %2 is an upgrade of application %3 from policy %4 and
  67. will force application %3 to be removed.
  68. .
  69. MessageId=202 SymbolicName=EVENT_APPMGMT_SOFT_UPGRADE
  70. Language=English
  71. Application %1 from policy %2 is an upgrade of application %3 from policy %4 and
  72. will cause the assignment of application %3 to be removed.
  73. .
  74. MessageId=203 SymbolicName=EVENT_APPMGMT_REMOVE_UNMANAGED
  75. Language=English
  76. Application %1 from policy %2 was configured to remove any unmanaged install
  77. before being assigned. An unmanaged install was found and will be removed.
  78. .
  79. MessageId=204 SymbolicName=EVENT_APPMGMT_RSOP_FAILED
  80. Language=English
  81. Resultant Set of Policy data for software installation policy settings could not be logged. The error status was : %1
  82. .
  83. ;
  84. ;// Success
  85. ;
  86. MessageId=301 SymbolicName=EVENT_APPMGMT_ASSIGN
  87. Language=English
  88. The assignment of application %1 from policy %2 succeeded.
  89. .
  90. MessageId=302 SymbolicName=EVENT_APPMGMT_INSTALL
  91. Language=English
  92. The install of application %1 from policy %2 succeeded.
  93. .
  94. MessageId=303 SymbolicName=EVENT_APPMGMT_UNASSIGN
  95. Language=English
  96. The removal of the assignment of application %1 from policy %2 succeeded.
  97. .
  98. MessageId=304 SymbolicName=EVENT_APPMGMT_UNINSTALL
  99. Language=English
  100. The removal of application %1 from policy %2 succeeded.
  101. .
  102. MessageId=305 SymbolicName=EVENT_APPMGMT_REINSTALL
  103. Language=English
  104. The reinstall of application %1 from policy %2 succeeded.
  105. .
  106. MessageId=306 SymbolicName=EVENT_APPMGMT_UPGRADE_COMPLETE
  107. Language=English
  108. Application %1 from policy %2 successfully upgraded application %3 from policy %4.
  109. .
  110. MessageId=307 SymbolicName=EVENT_APPMGMT_ZAP
  111. Language=English
  112. The launch of the setup command for application %1 from policy %2 succeeded.
  113. .
  114. MessageId=308 SymbolicName=EVENT_APPMGMT_POLICY
  115. Language=English
  116. Changes to software installation settings were applied successfully.
  117. .
  118. ;
  119. ;// Verbose
  120. ;
  121. MessageId=401 SymbolicName=EVENT_APPMGMT_VERBOSE
  122. Language=English
  123. %1
  124. .
  125. ;
  126. ;#endif // _APPEVENT_
  127. ;