diff options
Diffstat (limited to 'xorg-server/installer/vcxsrv-debug.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index 0c6bf49cd..94350ba50 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -29,6 +29,9 @@ OutFile "vcxsrv-debug.${VERSION}.x2go+arctica.installer.exe" ; The default installation directory
InstallDir $PROGRAMFILES32\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"
|