summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"