diff options
| author | Gabriele Santomaggio <G.santomaggio@gmail.com> | 2016-02-19 14:50:41 +0100 |
|---|---|---|
| committer | Gabriele Santomaggio <G.santomaggio@gmail.com> | 2016-02-19 14:50:41 +0100 |
| commit | 472aa9abbadeaaf0c325bbd7f1edc90c61464fc1 (patch) | |
| tree | dce3fd4132884a58cb58a9cc2e5fb1e2d20a7f0a | |
| parent | d68b89294d1b0b806b353f246b8058078efc776a (diff) | |
| parent | 6fe8cd4c0e5e91727e85369f048012b67fff5564 (diff) | |
| download | rabbitmq-server-git-472aa9abbadeaaf0c325bbd7f1edc90c61464fc1.tar.gz | |
Merge pull request #636 from rabbitmq/rabbitmq-server-634
Windows installer: don't jump to the finish page on install/uninstall
| -rw-r--r-- | packaging/windows-exe/rabbitmq_nsi.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in index 3c868b91e7..e66d2a99ed 100644 --- a/packaging/windows-exe/rabbitmq_nsi.in +++ b/packaging/windows-exe/rabbitmq_nsi.in @@ -10,6 +10,8 @@ !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' !define uninstall "Software\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ" +!define MUI_FINISHPAGE_NOAUTOCLOSE +!define MUI_UNFINISHPAGE_NOAUTOCLOSE ;-------------------------------- ; Third-party functions |
