Archive: ${__TIMESTAMP__} not working


${__TIMESTAMP__} not working
I want use the BUILD-Date as information.

But instead of getting the build-date,
i get the date of my NSI-file.

So, the workaround for me is, that i save the NSI-file
and after that i make the build.

But I think it is a case for th next build ??


Here my line that produces the wrong date = NOT current DAte
but date of NSI-File

Name "MIDIS2 Build-Date: ${__TIMESTAMP__} "


GREAT Thanks to the developer if NULLINSTAL !!!

Peter Stojkovic


${__TIMESTAMP__} gives the date and time of the NSIS script.

If you want the build date and time use ${__DATE__} and ${__TIME__}