PDA

View Full Version : #00010: How to get the setup.exe compile date?



FAQ
02-08-2006, 01:03 AM
Question:

How to get the setup.exe compile date?

Answer:

You can use the Installer Compile Date function to retrieve the date of compilation of a setup program. This function returns a date String (yyyymmdd).

Set Variable %COMPILEDATE% to ScriptItem->Get System Information(Installer Compile Date)
Display Message Box "%COMPILEDATE%" -- ""