summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-02-03 17:28:47 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-02-03 17:28:47 +0000
commit8fe101c5ca63a86b975c6e805d23fe0107bc81c2 (patch)
tree5ca0c6e67572727e12adb4d8c768e3a9722bc99b
parent8a07ba4d979018a4589ff86d2f2fad78772a340f (diff)
downloadrabbitmq-server-8fe101c5ca63a86b975c6e805d23fe0107bc81c2.tar.gz
Finish pages, explain on the uninstaller one that logs / db are still there.
-rw-r--r--packaging/windows-exe/rabbitmq_nsi.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in
index 575ef7fe..240eff0a 100644
--- a/packaging/windows-exe/rabbitmq_nsi.in
+++ b/packaging/windows-exe/rabbitmq_nsi.in
@@ -51,11 +51,12 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "%%VERSION%%"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
-; !insertmacro MUI_PAGE_FINISH
+ !insertmacro MUI_PAGE_FINISH
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
-; !insertmacro MUI_UNPAGE_FINISH
+ !define MUI_FINISHPAGE_TEXT "RabbitMQ Server %%VERSION%% has been uninstalled from your computer.$\n$\nPlease note that the log and database directories located at $APPDATA\RabbitMQ have not been removed. You can remove them manually if desired."
+ !insertmacro MUI_UNPAGE_FINISH
;--------------------------------
;Languages