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 | 620b0619f7f5a7ffe802b79af552e903a2190a5b (patch) | |
tree | f1854f0faf772ff71d105cdc44a4d64cfe27c88a | |
parent | 4ecd8f48385a888cdb2fdca1ed4767d0a4cf2443 (diff) | |
download | rabbitmq-server-620b0619f7f5a7ffe802b79af552e903a2190a5b.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 8bea261f..c75ed736 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 ;-------------------------------- |