Advertisement
BrianSpravka

File Versioning (0.0.0.0)

Nov 22nd, 2018
2,783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Add to Definitions:
  2. #define ApplicationVersion GetFileVersion('EXECUTABLE.EXE')
  3.  
  4. ; Add to Setup:
  5.  
  6. ; File Version:
  7. VersionInfoVersion={#ApplicationVersion}
  8. ; Stated Version:
  9. VersionInfoTextVersion={#MyAppVersion}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement