Archive: Time and Date when Installer was executed


Time and Date when Installer was executed
My installer is able to log the time and date when it was compiled but I would like to log the time when the installer was executed within a log file.

!define /date NOW "%H:%M:%S %d %b, %Y"
;this stores the time during compilation


http://nsis.sourceforge.net/archive/...ances=0,11,714

-Stu