Archive: File if newer checking


File if newer checking
Dear sir,

how to check file date and time and compare with date and time of file in the setup.exe. thanks in advance.

Regards
devdas m. kamath


http://nsis.sourceforge.net/Docs/AppendixE.html#E.1.6


You can just use SetOverwrite ifnewer

Stu


But you can't check file date with SetOverwrite ;)


No but the point of comparing dates is to know if you need to extract your copy surely...

Stu


I know where this seems to be pointing, but... :)