summaryrefslogtreecommitdiff
path: root/packaging/windows-exe
Commit message (Collapse)AuthorAgeFilesLines
* Move all release handling bits to rabbitmq-releaseJean-Sébastien Pédron2016-09-214-305/+0
| | | | [#130659985]
* reconfigure ERLANG_HOME during the updateGabriele Santomaggio2016-04-281-63/+6
| | | | | | The `un.StrContains` macro is now useless, so we remove it. Fixes #690.
* Do not jump to finish in windows uninstallDaniil Fedotov2016-02-181-0/+1
|
* Do not jump to finish in windows installDaniil Fedotov2016-02-181-0/+1
|
* packaging/windows-exe: Use ExecDos plugin to run batch filesJean-Sébastien Pédron2015-11-202-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.exeJean-Sébastien Pédron2015-11-201-1/+1
|
* packaging/windows-exe: Allow silent installRyan Zink2015-11-201-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 installingJean-Sébastien Pédron2015-11-201-1/+3
|
* packaging/windows-exe: Append version to program name in "Add/Remove Programs"Jean-Sébastien Pédron2015-11-131-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" windowJean-Sébastien Pédron2015-11-131-1/+1
|
* packaging/windows-exe: Remove \Program Files\RabbitMQ Server on uninstallJean-Sébastien Pédron2015-11-131-0/+1
|
* packaging/windows-exe: Always install in \Program FilesJean-Sébastien Pédron2015-11-131-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 referencesJean-Sébastien Pédron2015-11-091-1/+1
|
* packaging/windows-exe: Use explicitely $(VERSION) in the source zip nameJean-Sébastien Pédron2015-10-301-1/+1
|
* packaging: Do not pass $(ERL_LIBS) to sub-makeJean-Sébastien Pédron2015-10-291-0/+1
|
* packaging: Do not pass $(DEPS_DIR) to sub-makeJean-Sébastien Pédron2015-10-281-0/+2
|
* Finish with generic-unix and standalone-macosx packagesJean-Sébastien Pédron2015-10-201-0/+13
|
* Fix "/LANG=${LANG_ENGLISH} language not loaded" warningJean-Sébastien Pédron2015-10-201-10/+10
|
* Small cleanups to the Windows exe installerJean-Sébastien Pédron2015-10-201-3/+4
|
* GoPivotal => Pivotal Software in a few more placesMichael Klishin2015-08-311-2/+2
|
* (c) yearMichael Klishin2015-05-241-1/+1
|
* Make .msi installer install new version after uninstalling the existing oneMichael Klishin2015-02-071-4/+6
| | | | | | | With this change it becomes possible to embed RabbitMQ .msi installer into other installers. Contributed by Patrick Ribbing.
* Merge bug25989Simon MacMullen2014-03-261-1/+1
|\
| * Very important fix.Simon MacMullen2014-03-261-1/+1
| |
* | Put the example config file in an appropriate location in the users's data ↵Simon MacMullen2014-03-261-0/+6
|/ | | | directory.
* Merged stable into defaultEmile Joubert2013-07-311-3/+3
|\
| * Revert changes to the registry key "HKLM\Software\VMware, Inc.\RabbitMQ ↵Simon MacMullen2013-07-031-3/+3
| | | | | | | | Server", which we want to keep constant.
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-6/+6
| |
* | Change version dependencies for the RPM and deb files. And for the Windows ↵Simon MacMullen2013-05-301-1/+1
|/ | | | installer in case any Windows user is crazy enough to be running R12.
* Update copyright 2013Emile Joubert2013-01-231-1/+1
|
* use %HOMEDIR%%HOMEPATH% instead of $PROFILEFrancesco Mazzoli2012-07-181-2/+4
|
* Update copyright 2012Emile Joubert2012-02-021-1/+1
|
* Merge bug24284Simon MacMullen2011-07-291-9/+9
|\
| * Make sure every shortcut has "RabbitMQ" in its name, and be a bit more ↵Simon MacMullen2011-07-281-9/+9
| | | | | | | | consistent.
* | silence nsisAlexandru Scvortov2011-07-291-1/+1
| |
* | silence unzipAlexandru Scvortov2011-07-281-1/+1
|/
* Add a command prompt shortcut that starts up in the right dir. That's pretty ↵Simon MacMullen2011-03-071-0/+3
| | | | lame, but at least it's safe.
* Remove EnvVarUpdateSimon MacMullen2011-03-072-334/+0
|
* Check Erlang version.Simon MacMullen2011-02-071-0/+13
|
* Don't copy cookie to %APPDATA%. As far as I can see, $PROFILE == ↵Simon MacMullen2011-02-031-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 MacMullen2011-02-031-1/+0
| | | | like the Rabbit icon, and Windows icons are hard to use.
* Transparent iconsSimon MacMullen2011-02-031-0/+0
|
* Finish pages, explain on the uninstaller one that logs / db are still there.Simon MacMullen2011-02-031-2/+3
|
* ConsistencySimon MacMullen2011-02-031-3/+3
|
* Move install dir registry key under "VMware, Inc."Simon MacMullen2011-02-031-2/+2
|
* Rename "RabbitMQ" to "RabbitMQ Server" in a bunch of places.Simon MacMullen2011-02-031-16/+16
|
* ConsistencySimon MacMullen2011-01-311-3/+3
|
* Remove unhelpful adviceSimon MacMullen2011-01-311-2/+0
|
* Fixes for Windows XP: set our own environment too, invoke batch files via ↵Simon MacMullen2011-01-271-4/+10
| | | | cmd.exe.
* Stick the version in the name, compress more aggressively.Simon MacMullen2011-01-271-1/+3
|