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%" -- ""