aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 186f28964e..5bef000be1 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -6,8 +6,10 @@
!ifdef MAKENSIS_MODERN_UI
; Set the compression mechanism first
-; as of NSIS 2.07, solid compression is no longer default, so set the /SOLID switch (saves ~1MB)
-SetCompressor /SOLID lzma
+SetCompressor lzma
+; as of NSIS 2.07, solid compression is no longer default, so set the /SOLID switch (saves ~1MB),
+; which unfortunately creates an error with NSIS prior 2.07
+;SetCompressor /SOLID lzma
!endif
!ifdef GTK1_DIR & GTK2_DIR