I installed an old VB6 app on Windows 7. The app produces an HTML file and saves it to Program Files (x86)/{Application}/report.html.
I then installed a newer version of that app on the same machine and ran the same report. But when I open the new generated report.html file, I see the OLD version of that file.
It seems like Windows is keeping the files that were generated from the OLD version of the app and not letting the NEW version of the app overwrite them.
I know that you can revert to older versions of programs in Windows 7 by clicking on Properties > Pervious Versions. But I want to completely remove all of the files produced by older versions of the app. How can I do this?
Thanks!