diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-05-10 00:31:42 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-05-10 00:31:42 -0400 |
commit | dd6c064ac30bd413f5274fa16204957f88f700c0 (patch) | |
tree | bd358107f862fa566b650f418b05d928d0fdfff1 /xorg-server/installer/vcxsrv-64.nsi | |
parent | c1d1e6327c1f1b9aec0b620b406e71d3d787a1c2 (diff) | |
download | vcxsrv-dd6c064ac30bd413f5274fa16204957f88f700c0.tar.gz vcxsrv-dd6c064ac30bd413f5274fa16204957f88f700c0.tar.bz2 vcxsrv-dd6c064ac30bd413f5274fa16204957f88f700c0.zip |
Installers: switch to solid LZMA compression
Diffstat (limited to 'xorg-server/installer/vcxsrv-64.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 3 |
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"
|