1MessageIdTypedef=ULONG 2 3SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS 4Informational=0x1:STATUS_SEVERITY_INFORMATIONAL 5Warning=0x2:STATUS_SEVERITY_WARNING 6Error=0x3:STATUS_SEVERITY_ERROR) 7 8FacilityNames=(System=0x0:FACILITY_SYSTEM) 9 10LanguageNames=(English=0x409:MSG00409) 11 12MessageId=1 13Severity=Success 14Facility=Application 15SymbolicName=MSG_SUCCESS_INSTALL 16Language=English 17Installation of the program "%1" is called. 18. 19 20MessageId=2 21Severity=Success 22Facility=Application 23SymbolicName=MSG_SUCCESS_REMOVE 24Language=English 25Removal of the program "%1" is called. 26. 27 28