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.
|
feedback
|
|
A quick googling came up with Total Uninstall. | |||
|
feedback
|
|
Unless it's too late you could use a tool such as process monitor or run the installer with logging:
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. | |||
feedback
|