aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/ethereal.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/nsis/ethereal.nsi')
-rw-r--r--packaging/nsis/ethereal.nsi11
1 files changed, 6 insertions, 5 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 5bef000be1..8fbfe34302 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -5,11 +5,12 @@
!ifdef MAKENSIS_MODERN_UI
-; Set the compression mechanism first
-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
+; Set the compression mechanism first.
+; As of NSIS 2.07, solid compression which makes installer about 1MB smaller
+; is no longer the default, so use the /SOLID switch.
+; This unfortunately is unknown to NSIS prior to 2.07 and creates an error.
+; So if you get an error here, please update to at least NSIS 2.07!
+SetCompressor /SOLID lzma
!endif
!ifdef GTK1_DIR & GTK2_DIR