aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/vcxsrv.nsi
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-07-26 08:02:35 +0200
committermarha <marha@users.sourceforge.net>2013-07-26 08:02:35 +0200
commit0a85cf3d62000bde8b420875e4ad0fe3440e86e4 (patch)
tree942bf369efa3a2211840fc0e846b632448a59f95 /xorg-server/installer/vcxsrv.nsi
parentec34243fae167734bfa5ba81278763af7db0fb2b (diff)
downloadvcxsrv-0a85cf3d62000bde8b420875e4ad0fe3440e86e4.tar.gz
vcxsrv-0a85cf3d62000bde8b420875e4ad0fe3440e86e4.tar.bz2
vcxsrv-0a85cf3d62000bde8b420875e4ad0fe3440e86e4.zip
Version increased to 1.14.2.1
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r--xorg-server/installer/vcxsrv.nsi7
1 files changed, 3 insertions, 4 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi
index 023b4e5ee..f96d4d1dc 100644
--- a/xorg-server/installer/vcxsrv.nsi
+++ b/xorg-server/installer/vcxsrv.nsi
@@ -21,12 +21,12 @@
Name "VcXsrv"
; The file to write
-OutFile "vcxsrv.1.14.2.0.installer.exe"
+OutFile "vcxsrv.1.14.2.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
-; Registry key to check for directory (so if you install again, it will
+; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir"
@@ -185,7 +185,7 @@ SectionEnd
; Uninstaller
Section "Uninstall"
-
+
; Remove registry keys
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\VcXsrv"
DeleteRegKey HKLM SOFTWARE\VcXsrv
@@ -245,4 +245,3 @@ Section "Uninstall"
RMDir "$INSTDIR"
SectionEnd
-