I am currently supporting/developing a kind of Legacy System (VC++ 6.0). But that's not really the problem.
The program depends on some old system .dll files, (which I also have).
I have started building a new installer using NSIS, BUT what should I do with the old system .dll files?
Can I somehow determine if the current system files (I'm running Win7), is newer than those from the old program?
I'm not really sure if I should just overwrite the "newer" system files with the old, without checking any "time stamp"?