I use nsis-3.01-log, compile script from Windows 7 64-bit with bzip2 compressor.
Short question. I add many files in installer (for example):
;...
File "/oname=my.exe" "D:\!INSTALLER\!cache\my.exe"
File "/oname=my2.exe" "D:\!INSTALLER\!cache\my2.exe"
;... But sometimes, rarely, my.exe loses one second from modify filetime after installing!For example, in "D:\!INSTALLER\!cache\my.exe" - modify time attribute is 12:37:09, but after unpacking in $INSTDIR (after installing) this file modify time attribute is 12:37:08 (windows 7 information in "properties").
Theoretically, can NSIS algorithms edit the date or time of files, which packed into the installer?
Thank you for answer. I already broke my head, where do I lose this second. In this case, if I recompile my.exe (just for example, it's can be any other file) - everything is fine before the next similar situation.