summaryrefslogtreecommitdiff
path: root/packaging/windows-exe
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-25 10:18:07 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-25 10:18:07 +0000
commit7fa2a589e2b85d5ad9a4b9021ae0d5667555f959 (patch)
tree49fd9a88707ab01fc106348db988fa81e2ddc58e /packaging/windows-exe
parent2db8dbb786c663e8a55022660b533fff7969ecae (diff)
downloadrabbitmq-server-git-7fa2a589e2b85d5ad9a4b9021ae0d5667555f959.tar.gz
Section descriptions, make a while load of the text actually appear.
Diffstat (limited to 'packaging/windows-exe')
-rw-r--r--packaging/windows-exe/rabbitmq_nsi.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in
index e888d5a263..a11f45c3be 100644
--- a/packaging/windows-exe/rabbitmq_nsi.in
+++ b/packaging/windows-exe/rabbitmq_nsi.in
@@ -39,9 +39,14 @@ RequestExecutionLevel admin
; !insertmacro MUI_UNPAGE_FINISH
;--------------------------------
+;Languages
+
+ !insertmacro MUI_LANGUAGE "English"
+
+;--------------------------------
; The stuff to install
-Section "RabbitMQ (required)"
+Section "RabbitMQ (required)" Rabbit
SectionIn RO
@@ -66,6 +71,16 @@ SectionEnd
;--------------------------------
+; Section descriptions
+
+LangString DESC_Rabbit ${LANG_ENGLISH} "The RabbitMQ Server."
+
+!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
+ !insertmacro MUI_DESCRIPTION_TEXT ${Rabbit} $(DESC_Rabbit)
+!insertmacro MUI_FUNCTION_DESCRIPTION_END
+
+;--------------------------------
+
; Uninstaller
Section "Uninstall"