summaryrefslogtreecommitdiff
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
commit050b1874f462db5989f0c9bfce3b52aa738c1b83 (patch)
tree058b954d8c67efc3c2b58fee3d8ddcc34b2475fd
parenta3a8d103ae19a53a9f10b00db719447dd7b57ea0 (diff)
downloadrabbitmq-server-050b1874f462db5989f0c9bfce3b52aa738c1b83.tar.gz
Stick the version in the name, compress more aggressively.
-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 2a261e01..e2e6586c 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"