diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-02-03 17:52:09 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-02-03 17:52:09 +0000 |
| commit | 443fa7f8bb386ef50606030b65ac44807968375e (patch) | |
| tree | f1854f0faf772ff71d105cdc44a4d64cfe27c88a | |
| parent | 3b94a636b2265d22a08bd7807485876ae0073a1e (diff) | |
| download | rabbitmq-server-git-443fa7f8bb386ef50606030b65ac44807968375e.tar.gz | |
Don't copy cookie to %APPDATA%. As far as I can see, $PROFILE == %HOMEDRIVE%\%HOMEPATH%, but those last two are not available in NSIS.
| -rw-r--r-- | packaging/windows-exe/rabbitmq_nsi.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in index 8bea261f64..c75ed736ef 100644 --- a/packaging/windows-exe/rabbitmq_nsi.in +++ b/packaging/windows-exe/rabbitmq_nsi.in @@ -105,7 +105,6 @@ Section "RabbitMQ Service" RabbitService ExecWait '"$0" /C "$INSTDIR\rabbitmq_server-%%VERSION%%\sbin\rabbitmq-service.bat" install' ExecWait '"$0" /C "$INSTDIR\rabbitmq_server-%%VERSION%%\sbin\rabbitmq-service.bat" start' CopyFiles "$WINDIR\.erlang.cookie" "$PROFILE\.erlang.cookie" - CopyFiles "$WINDIR\.erlang.cookie" "$APPDATA\.erlang.cookie" SectionEnd ;-------------------------------- |
