summaryrefslogtreecommitdiff
path: root/packaging/windows-exe
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-02-03 17:45:19 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-02-03 17:45:19 +0000
commit3b94a636b2265d22a08bd7807485876ae0073a1e (patch)
tree507b4b1fe58d6d357601f451ed861b26123caa53 /packaging/windows-exe
parent3ad533ff1614aa510ed97216e72f0d9b549b83c7 (diff)
downloadrabbitmq-server-git-3b94a636b2265d22a08bd7807485876ae0073a1e.tar.gz
Use the standard NSIS uninstaller icon. It's quite ugly but it doesn't look like the Rabbit icon, and Windows icons are hard to use.
Diffstat (limited to 'packaging/windows-exe')
-rw-r--r--packaging/windows-exe/rabbitmq_nsi.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in
index 240eff0a81..8bea261f64 100644
--- a/packaging/windows-exe/rabbitmq_nsi.in
+++ b/packaging/windows-exe/rabbitmq_nsi.in
@@ -18,7 +18,6 @@ OutFile "rabbitmq-server-%%VERSION%%.exe"
; Icons
!define MUI_ICON "rabbitmq.ico"
-!define MUI_UNICON "rabbitmq.ico"
; The default installation directory
InstallDir "$PROGRAMFILES\RabbitMQ Server"