InstallAware for Windows Installer
 

Get File Date

This command obtains the date a file was last modified.

Since recency for files you're installing is handled automatically, this is primarily helpful for a user readable display of your setup's own recency at runtime.

Full File Path

Type the full path to the file being queried at runtime.

Variable

Type the full name of the variable to receive date information.

 Notes

  • This command is locale sensitive.
  • To ensure consistency as your setup runs across countless different operating system locales, assign values to the pre-defined $DATEFORMAT$ and $DATESEPARATOR$ variables before calling this command.