aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program_info/win_install.nsi.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/program_info/win_install.nsi.in b/program_info/win_install.nsi.in
index 596e3b57..cdd68d00 100644
--- a/program_info/win_install.nsi.in
+++ b/program_info/win_install.nsi.in
@@ -101,6 +101,13 @@ OutFile "../@Launcher_CommonName@-Setup.exe"
;--------------------------------
+; Version info
+VIProductVersion "@Launcher_RELEASE_VERSION_NAME@"
+VIFileVersion "@Launcher_RELEASE_VERSION_NAME@"
+VIAddVersionKey "FileVersion" "@Launcher_RELEASE_VERSION_NAME@"
+
+;--------------------------------
+
; The stuff to install
Section "@Launcher_CommonName@"