summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-27 14:06:54 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-27 14:06:54 +0000
commitbfd62917ab78f93a2c5cf51b1bdc9b382bdd4638 (patch)
tree058b954d8c67efc3c2b58fee3d8ddcc34b2475fd /packaging
parentcd2d66b99ce6031d776989d1a12314af0b719781 (diff)
downloadrabbitmq-server-git-bfd62917ab78f93a2c5cf51b1bdc9b382bdd4638.tar.gz
Stick the version in the name, compress more aggressively.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows-exe/rabbitmq_nsi.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in
index 2a261e01cf..e2e6586c3b 100644
--- a/packaging/windows-exe/rabbitmq_nsi.in
+++ b/packaging/windows-exe/rabbitmq_nsi.in
@@ -11,7 +11,7 @@
;--------------------------------
; The name of the installer
-Name "RabbitMQ"
+Name "RabbitMQ %%VERSION%%"
; The file to write
OutFile "rabbitmq-server-%%VERSION%%.exe"
@@ -30,6 +30,8 @@ InstallDirRegKey HKLM "Software\RabbitMQ" "Install_Dir"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
+SetCompressor /solid lzma
+
VIProductVersion "%%VERSION%%.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "%%VERSION%%"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "RabbitMQ"