aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/vcxsrv-64.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/installer/vcxsrv-64.nsi')
-rw-r--r--xorg-server/installer/vcxsrv-64.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi
index 3be506388..a839840ce 100644
--- a/xorg-server/installer/vcxsrv-64.nsi
+++ b/xorg-server/installer/vcxsrv-64.nsi
@@ -32,6 +32,9 @@ OutFile "vcxsrv-64.${VERSION}.x2go+arctica.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
+; NSIS 2.46 defaults to zlib.
+SetCompressor /SOLID lzma
+
; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir_64"