| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all release handling bits to rabbitmq-release | Jean-Sébastien Pédron | 2016-09-21 | 4 | -305/+0 |
| | | | | | [#130659985] | ||||
| * | reconfigure ERLANG_HOME during the update | Gabriele Santomaggio | 2016-04-28 | 1 | -63/+6 |
| | | | | | | | The `un.StrContains` macro is now useless, so we remove it. Fixes #690. | ||||
| * | Do not jump to finish in windows uninstall | Daniil Fedotov | 2016-02-18 | 1 | -0/+1 |
| | | |||||
| * | Do not jump to finish in windows install | Daniil Fedotov | 2016-02-18 | 1 | -0/+1 |
| | | |||||
| * | packaging/windows-exe: Use ExecDos plugin to run batch files | Jean-Sébastien Pédron | 2015-11-20 | 2 | -6/+10 |
| | | | | | | | | | | | | | Thanks to this plugin, batch files output is logged to the detailed view (ie. behind the "Show details" button). This is way more helpful than the cmd.exe windows which comes and go quickly. During unattended install and uninstall (/S), this is really silent now: no cmd.exe windows popping. ExecDos.dll comes from the x86-ansi directory in the ExecDos distribution. | ||||
| * | packaging/windows-exe: Fix quoting of uninstall.exe | Jean-Sébastien Pédron | 2015-11-20 | 1 | -1/+1 |
| | | |||||
| * | packaging/windows-exe: Allow silent install | Ryan Zink | 2015-11-20 | 1 | -3/+63 |
| | | | | | | | While here, do not remove `ERLANG_HOME` on a reinstall/upgrade process. Fixes #264. | ||||
| * | packaging/windows-exe: Wait for uninstall to finish before installing | Jean-Sébastien Pédron | 2015-11-20 | 1 | -1/+3 |
| | | |||||
| * | packaging/windows-exe: Append version to program name in "Add/Remove Programs" | Jean-Sébastien Pédron | 2015-11-13 | 1 | -1/+1 |
| | | | | | | | | | | There is already a key dedicated to the product version. But apparently, this is not easy when automating things. Moreover, most aplications I checked have the version appended to the product name so this is a common practice. Fixes #80. | ||||
| * | packaging/windows-exe: Use rabbitmq.ico in the "Add/Remove Programs" window | Jean-Sébastien Pédron | 2015-11-13 | 1 | -1/+1 |
| | | |||||
| * | packaging/windows-exe: Remove \Program Files\RabbitMQ Server on uninstall | Jean-Sébastien Pédron | 2015-11-13 | 1 | -0/+1 |
| | | |||||
| * | packaging/windows-exe: Always install in \Program Files | Jean-Sébastien Pédron | 2015-11-13 | 1 | -2/+15 |
| | | | | | | | | | ... even on 64-bit Windows (instead of `\Program Files (x86)` previoously). This change of directory takes effect for new installs only, not for updates. | ||||
| * | packaging/windows-exe: Fix circular variable references | Jean-Sébastien Pédron | 2015-11-09 | 1 | -1/+1 |
| | | |||||
| * | packaging/windows-exe: Use explicitely $(VERSION) in the source zip name | Jean-Sébastien Pédron | 2015-10-30 | 1 | -1/+1 |
| | | |||||
| * | packaging: Do not pass $(ERL_LIBS) to sub-make | Jean-Sébastien Pédron | 2015-10-29 | 1 | -0/+1 |
| | | |||||
| * | packaging: Do not pass $(DEPS_DIR) to sub-make | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+2 |
| | | |||||
| * | Finish with generic-unix and standalone-macosx packages | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+13 |
| | | |||||
| * | Fix "/LANG=${LANG_ENGLISH} language not loaded" warning | Jean-Sébastien Pédron | 2015-10-20 | 1 | -10/+10 |
| | | |||||
| * | Small cleanups to the Windows exe installer | Jean-Sébastien Pédron | 2015-10-20 | 1 | -3/+4 |
| | | |||||
| * | GoPivotal => Pivotal Software in a few more places | Michael Klishin | 2015-08-31 | 1 | -2/+2 |
| | | |||||
| * | (c) year | Michael Klishin | 2015-05-24 | 1 | -1/+1 |
| | | |||||
| * | Make .msi installer install new version after uninstalling the existing one | Michael Klishin | 2015-02-07 | 1 | -4/+6 |
| | | | | | | | | With this change it becomes possible to embed RabbitMQ .msi installer into other installers. Contributed by Patrick Ribbing. | ||||
| * | Merge bug25989 | Simon MacMullen | 2014-03-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Very important fix. | Simon MacMullen | 2014-03-26 | 1 | -1/+1 |
| | | | |||||
| * | | Put the example config file in an appropriate location in the users's data ↵ | Simon MacMullen | 2014-03-26 | 1 | -0/+6 |
| |/ | | | | directory. | ||||
| * | Merged stable into default | Emile Joubert | 2013-07-31 | 1 | -3/+3 |
| |\ | |||||
| | * | Revert changes to the registry key "HKLM\Software\VMware, Inc.\RabbitMQ ↵ | Simon MacMullen | 2013-07-03 | 1 | -3/+3 |
| | | | | | | | | | Server", which we want to keep constant. | ||||
| | * | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -6/+6 |
| | | | |||||
| * | | Change version dependencies for the RPM and deb files. And for the Windows ↵ | Simon MacMullen | 2013-05-30 | 1 | -1/+1 |
| |/ | | | | installer in case any Windows user is crazy enough to be running R12. | ||||
| * | Update copyright 2013 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
| | | |||||
| * | use %HOMEDIR%%HOMEPATH% instead of $PROFILE | Francesco Mazzoli | 2012-07-18 | 1 | -2/+4 |
| | | |||||
| * | Update copyright 2012 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
| | | |||||
| * | Merge bug24284 | Simon MacMullen | 2011-07-29 | 1 | -9/+9 |
| |\ | |||||
| | * | Make sure every shortcut has "RabbitMQ" in its name, and be a bit more ↵ | Simon MacMullen | 2011-07-28 | 1 | -9/+9 |
| | | | | | | | | | consistent. | ||||
| * | | silence nsis | Alexandru Scvortov | 2011-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | silence unzip | Alexandru Scvortov | 2011-07-28 | 1 | -1/+1 |
| |/ | |||||
| * | Add a command prompt shortcut that starts up in the right dir. That's pretty ↵ | Simon MacMullen | 2011-03-07 | 1 | -0/+3 |
| | | | | | lame, but at least it's safe. | ||||
| * | Remove EnvVarUpdate | Simon MacMullen | 2011-03-07 | 2 | -334/+0 |
| | | |||||
| * | Check Erlang version. | Simon MacMullen | 2011-02-07 | 1 | -0/+13 |
| | | |||||
| * | Don't copy cookie to %APPDATA%. As far as I can see, $PROFILE == ↵ | Simon MacMullen | 2011-02-03 | 1 | -1/+0 |
| | | | | | %HOMEDRIVE%\%HOMEPATH%, but those last two are not available in NSIS. | ||||
| * | Use the standard NSIS uninstaller icon. It's quite ugly but it doesn't look ↵ | Simon MacMullen | 2011-02-03 | 1 | -1/+0 |
| | | | | | like the Rabbit icon, and Windows icons are hard to use. | ||||
| * | Transparent icons | Simon MacMullen | 2011-02-03 | 1 | -0/+0 |
| | | |||||
| * | Finish pages, explain on the uninstaller one that logs / db are still there. | Simon MacMullen | 2011-02-03 | 1 | -2/+3 |
| | | |||||
| * | Consistency | Simon MacMullen | 2011-02-03 | 1 | -3/+3 |
| | | |||||
| * | Move install dir registry key under "VMware, Inc." | Simon MacMullen | 2011-02-03 | 1 | -2/+2 |
| | | |||||
| * | Rename "RabbitMQ" to "RabbitMQ Server" in a bunch of places. | Simon MacMullen | 2011-02-03 | 1 | -16/+16 |
| | | |||||
| * | Consistency | Simon MacMullen | 2011-01-31 | 1 | -3/+3 |
| | | |||||
| * | Remove unhelpful advice | Simon MacMullen | 2011-01-31 | 1 | -2/+0 |
| | | |||||
| * | Fixes for Windows XP: set our own environment too, invoke batch files via ↵ | Simon MacMullen | 2011-01-27 | 1 | -4/+10 |
| | | | | | cmd.exe. | ||||
| * | Stick the version in the name, compress more aggressively. | Simon MacMullen | 2011-01-27 | 1 | -1/+3 |
| | | |||||
