Is it possible to set an audit policy to track when a program has been installed or uninstalled? Not using MSI installer at the moment.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

No. On Windows, an installer is just an ordinary Windows program, it doesn't generate audit log entries automagically.

However, you can enable auditing for folder (or registry key) creation in the %ProgramFiles% folder and the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall registry branch (regedit, right-click, Permissions). In both cases, the auditing settings are hidden under Advanced -> Auditing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.