summaryrefslogtreecommitdiff
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
commit69e0e7a26edb65ca6f756c4afb601156d2f1b90f (patch)
tree49fd9a88707ab01fc106348db988fa81e2ddc58e
parentde65ebdc31562b445e038dcce0680cc589537753 (diff)
downloadrabbitmq-server-69e0e7a26edb65ca6f756c4afb601156d2f1b90f.tar.gz
Section descriptions, make a while load of the text actually appear.
-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 e888d5a2..a11f45c3 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"