From 0a9ab140bb01b96888e313466a73e26e5156f22d Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 30 Aug 2014 13:34:18 +0200 Subject: Also show version information in the list of installed programs --- xorg-server/installer/vcxsrv-64-debug.nsi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'xorg-server/installer/vcxsrv-64-debug.nsi') 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 -- cgit v1.2.3