mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 17:02:56 +08:00
[RAPPS] Restore event logging of install/uninstall actions
This commit is contained in:
@@ -138,6 +138,9 @@ BOOL CInstalledApplicationInfo::RetrieveIcon(ATL::CStringW& IconLocation)
|
||||
|
||||
BOOL CInstalledApplicationInfo::UninstallApplication(BOOL bModify)
|
||||
{
|
||||
if (!bModify)
|
||||
WriteLogMessage(EVENTLOG_SUCCESS, MSG_SUCCESS_REMOVE, szDisplayName);
|
||||
|
||||
return StartProcess(bModify ? szModifyPath : szUninstallString, TRUE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user