aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/vcxsrv-64-debug.nsi
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-08-30 13:34:18 +0200
committermarha <marha@users.sourceforge.net>2014-08-30 13:35:10 +0200
commit0a9ab140bb01b96888e313466a73e26e5156f22d (patch)
treebe730e50ef36bbbf06cbfc7a6086e13e18a9d8ce /xorg-server/installer/vcxsrv-64-debug.nsi
parent4469aefef31cd682683944aa91e0b3edc0042fa4 (diff)
downloadvcxsrv-0a9ab140bb01b96888e313466a73e26e5156f22d.tar.gz
vcxsrv-0a9ab140bb01b96888e313466a73e26e5156f22d.tar.bz2
vcxsrv-0a9ab140bb01b96888e313466a73e26e5156f22d.zip
Also show version information in the list of installed programs
Diffstat (limited to 'xorg-server/installer/vcxsrv-64-debug.nsi')
-rw-r--r--xorg-server/installer/vcxsrv-64-debug.nsi10
1 files changed, 9 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi
index ce24a7e18..25a68a3a2 100644
--- a/xorg-server/installer/vcxsrv-64-debug.nsi
+++ b/xorg-server/installer/vcxsrv-64-debug.nsi
@@ -1,6 +1,6 @@
/* This file is part of vcxsrv.
*
- * Copyright (C) 2009 Marc Haesen
+ * Copyright (C) 2014 marha@users.sourceforge.net
*
* vcxsrv is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -30,6 +30,14 @@ InstallDir $PROGRAMFILES64\VcXsrv
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir_64"
+LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
+
+VIProductVersion "1.15.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "VcXsrv"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "VcXsrv windows xserver"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.15.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.15.2.0"
+
; Request application privileges for Windows Vista
RequestExecutionLevel admin