summaryrefslogtreecommitdiff
path: root/packaging/windows-exe
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-02-03 17:07:37 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-02-03 17:07:37 +0000
commit4fe531c1ed2fe9bc62093d6e0f1abb9f3f41f58a (patch)
tree9674101a7adc2d2859a60f92e3ad28dce6a5deba /packaging/windows-exe
parent1d5c929cb1acbdbe3e8c870d25f85be5b5afe56e (diff)
downloadrabbitmq-server-git-4fe531c1ed2fe9bc62093d6e0f1abb9f3f41f58a.tar.gz
Move install dir registry key under "VMware, Inc."
Diffstat (limited to 'packaging/windows-exe')
-rw-r--r--packaging/windows-exe/rabbitmq_nsi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in
index d72c9dd329..29e0efcfce 100644
--- a/packaging/windows-exe/rabbitmq_nsi.in
+++ b/packaging/windows-exe/rabbitmq_nsi.in
@@ -80,7 +80,7 @@ Section "RabbitMQ Server (required)" Rabbit
${EnvVarUpdate} $0 "PATH" "A" "HKLM" "$INSTDIR\rabbitmq_server-%%VERSION%%\sbin"
; Write the installation path into the registry
- WriteRegStr HKLM SOFTWARE\RabbitMQ "Install_Dir" "$INSTDIR"
+ WriteRegStr HKLM "SOFTWARE\VMware, Inc.\RabbitMQ" "Install_Dir" "$INSTDIR"
; Write the uninstall keys for Windows
WriteRegStr HKLM ${uninstall} "DisplayName" "RabbitMQ Server"
@@ -150,7 +150,7 @@ Section "Uninstall"
; Remove registry keys
DeleteRegKey HKLM ${uninstall}
- DeleteRegKey HKLM SOFTWARE\RabbitMQ
+ DeleteRegKey HKLM "SOFTWARE\VMware, Inc.\RabbitMQ"
; TODO these will fail if the service is not installed - do we care?
ExpandEnvStrings $0 %COMSPEC%