aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/ethereal.nsi
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-25 07:42:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-25 07:42:06 +0000
commit10f6e3ba9488ccd07b423bd395a44d1156117f0a (patch)
tree359e20874d57240ff7fe76dad22a1c3fe2860677 /packaging/nsis/ethereal.nsi
parent4d6daa907c030e4089dfdd063ae336e7b9d46410 (diff)
as the buildbot is updated now:
using the /SOLID switch in SetCompressor again, making NSIS at least 2.07 a requirement svn path=/trunk/; revision=15052
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