EventID that logs software installation on workstation

T Crha 396 Reputation points
2022-08-26T08:39:06.097+00:00

Hello,
I am trying to monitor changes that users are making to their workstations, especially when they install a software. I am hoping that each installation will generate an event within event log on that particular workstation, but I am not able to tell which one is it.
For example, event "ID 11707 - Installation operation completed successfully" looks exactly like what I need, but when I tried to install for example wireshark from .exe file, it didnt log this event at all. And, in a discussion about this I found that "Default Windows Installer packages (MSI's) write to the application log with information about the outcome of the install. Not all EXE installers will be configured to write their output log to the application log."

So, anyone knows what event ID will tell me when a user did install something on his/her computer?

Thank you,
Tomas

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,931 Reputation points
    2022-08-31T07:50:21.103+00:00

    Hello there,

    Open Event viewer and search the application log for the 11707 event ID with MsiInstaller Event Source to find latest installed software.

    4697(S): A service was installed in the system.This event generates when new service was installed in the system.

    More details here https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4697

    ---------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.