Richo Healey
553074506e
core: rename strbuf::StrBuf to string::String
...
[breaking-change]
2014-05-24 21:48:10 -07:00
Brian Anderson
8f3c2a6ffd
dist: Make Windows installer uninstall first. Closes #9563
...
This will remove existing files before installing new ones. Note
that I took some code with no license from stackoverflow, as
indicated in comments.
2014-04-15 19:45:00 -07:00
Alex Crichton
bec333c4bc
dist: Tweak the OSX pkg installer
...
This performs a few touch-ups to the OSX installer:
* A rust logo is shown during installation
* The installation happens to /usr/local by default (instead of /)
* A new welcome screen is shown that's slightly more relevant
2014-03-28 18:29:29 -07:00
Brian Anderson
92d8181bde
mk: Put win installer in correct dir
2014-03-24 14:29:16 -07:00
Brian Anderson
44842db533
mk: Cleanup version handling and add support for nightly dists
2014-03-24 14:29:16 -07:00
Brian Leibig
bbec2c54ed
Add new target 'make dist-osx' to create a .pkg installer for OS X
2014-02-27 19:59:02 -08:00
Brian Anderson
508cb29dc4
mk: Base the windows dist target on prepare.mk
2014-02-15 14:18:00 -08:00
Brian Anderson
4e8dbabec5
Fix windows installer version to be less verbose
2014-01-08 18:03:28 -08:00
Brian Anderson
15cbcbcc03
mk: Fix the naming of the windows installer harder
...
CFG_VERSION includes a bunch of VCS info in it that is not a valid
filename. CFG_RELEASE is just the version number.
2014-01-07 17:01:07 -08:00
Brian Anderson
2297b08009
Use the full version string for the windows installer exe
2014-01-06 14:02:35 -08:00
Adrien Tétar
1999b25310
doc: CSS changes + commit improved favicon
2013-12-13 21:50:26 +01:00
Vadim Chugunov
4e59ab097a
Package system runtime dependencies into Windows distribution.
2013-10-02 11:40:50 -07:00
Brian Anderson
e82db13760
Fix the rust logo icon
2013-09-25 15:21:37 -07:00
Brian Anderson
695cb9fc2b
Update version numbers to 0.8
2013-09-21 16:25:08 -07:00
Brian Anderson
59905d1f27
mk: Make windows installer work with -pre versions
2013-06-27 19:00:10 -07:00
Graydon Hoare
951f460aa8
tidy version numbers and copyright dates
2013-04-01 16:15:49 -07:00
Graydon Hoare
aa7b3cc929
Fix some version numbers.
2012-07-11 09:09:08 -07:00
Graydon Hoare
f7d756fcac
Remove NSIS package, obsolete (and hazardous).
2012-01-31 11:46:47 -08:00
unknown
fe57a7e582
Add Inno Setup installer script rather than NSIS
2012-01-25 16:02:53 -08:00
Brian Anderson
b4fc99e09e
dist: Add bin directory to system PATH in win32 installer
2012-01-17 14:07:17 -08:00
Brian Anderson
4ac44492c4
dist: Add the uninstaller to the win32 control panel
2012-01-17 11:36:21 -08:00
Brian Anderson
943fcf6cdf
dist: Make the win32 uninstaller work
2012-01-17 11:19:38 -08:00
Graydon Hoare
a2acb052ca
Simplify NSIS package script.
2012-01-05 17:03:02 -08:00
Brian Anderson
79e9f7a015
Make windows package uninstallable
2011-10-07 14:09:29 -07:00
Brian Anderson
fed56b07ba
Make windows packaging work again
2011-10-07 13:48:20 -07:00
Graydon Hoare
ad954fcecc
Add an NSIS script for building a win32 installer. Closes #522 .
2011-07-23 12:27:06 -07:00