Archive: How to Get the Future Time & Date Instead of Only Getting the Current at Compile?


How to Get the Future Time & Date Instead of Only Getting the Current at Compile?
I've tried so many things and the one thing which I got to work resulted in dwords. I need for the time and date to come back in layman terms. Something like this 0130050350am.

I did manage to get very close but unfortunately I am only getting the current time and date at compile time rather than getting the time and date at installation.

Can anyone help me out? Thank you for your time.


You can use this to get time or date during installation:
http://nsis.sourceforge.net/archive/...php?pageid=257

-Stu


Thats awesome, I can't believe I missed it on the archives. I am about to check but is there an equivalent Function that gets all of that same information but compile time only?


m sorry, had the information under my nose and forgot about it with

!define /date NOW
Thanks big time for pointing me to that function Afrow UK.