Does anybody know of a tool that allow me to inspect what files an installer just added to a system after it ran?
Its sounds like this should be something that should exist.
Does anybody know of a tool that allow me to inspect what files an installer just added to a system after it ran?
Its sounds like this should be something that should exist.
Unless it's too late you could use a tool such as process monitor or run the installer with logging:
msiexec /i the.msi /log install.log
If you want to inspect an MSI database you can run ORCA from the windows installer SDK. You can find information about installed files, registry and other actions.