Skip to content
⌘ NSIS Forum Archive

does NSIS have DATE variable, or is it possible to create?

4 posts

atsuk#

does NSIS have DATE variable, or is it possible to create?

Does NSIS have DATE function, or something that would put current date into variable?
kichik#
See http://nsis.sourceforge.net/Docs/Chapter5.html#5.2

It will only work in the latest CVS version. See the FAQ for more information on getting the latest CVS version.
Afrow UK#
If you wish to get the date on runtime (when the user is running the installer) you can use the NSISdt plugin on the NSIS Downloads page.

-Stu