I have an installation of a very large Windows program, and I want to understand which files are actually read while I install the program, which my specific setup.
Is there a way to monitor this and get a list of files which were read?
I looked at Process Monitor, and I can put a filter on the directory I want to monitor, but I didn't find an easy way to get a list of files which were opened in that directory.