A tool to track the actions of an app installer? (Win)
4 answers
I'm not sure about tracking filesystem changes, but you can export the Windows Registry as text before and after installation and then use the diff tool to see what has changed. There is O'Reilly the trickster here.
You could do the same with DIR / S in the root directory of your disk, although that would be quite time consuming.
0
a source to share
Why not use one of these "uninstaller programs"?
Total Uninstall is the first thing that comes to mind, although there are actually a lot of them.
0
a source to share