| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-02 | Remove .pkg and .exe installers | Brian Anderson | -388/+0 | |
| 2014-12-10 | Change default installation directory to %SYSTEMDRIVE%\Rust. | Vadim Chugunov | -2/+2 | |
| Modify user PATH, rather than system PATH. | ||||
| 2014-12-06 | - Support gcc-less installation on Windows. To do so in unattended mode ↵ | Vadim Chugunov | -1/+7 | |
| run:`<intaller>.exe /TYPE=compact /SILENT`. - Do not require admin privileges to install. | ||||
| 2014-09-26 | dist: Make Windows installer modify system %PATH% | Mike Boutin | -2/+2 | |
| Modify the system %PATH% environment variable instead of the current user's %PATH% environment. The current user will be an admin user that may not be the same user who originally started the installer. Closes #17570. | ||||
| 2014-09-09 | Fix naming of windows installer | Brian Anderson | -1/+2 | |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 | |
| [breaking-change] | ||||
| 2014-04-15 | dist: Make Windows installer uninstall first. Closes #9563 | Brian Anderson | -2/+74 | |
| 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-03-28 | dist: Tweak the OSX pkg installer | Alex Crichton | -1/+17 | |
| 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-24 | mk: Put win installer in correct dir | Brian Anderson | -1/+1 | |
| 2014-03-24 | mk: Cleanup version handling and add support for nightly dists | Brian Anderson | -1/+2 | |
| 2014-02-27 | Add new target 'make dist-osx' to create a .pkg installer for OS X | Brian Leibig | -0/+22 | |
| 2014-02-15 | mk: Base the windows dist target on prepare.mk | Brian Anderson | -1/+1 | |
| 2014-01-08 | Fix windows installer version to be less verbose | Brian Anderson | -2/+1 | |
| 2014-01-07 | mk: Fix the naming of the windows installer harder | Brian Anderson | -1/+2 | |
| 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-06 | Use the full version string for the windows installer exe | Brian Anderson | -1/+1 | |
| 2013-12-13 | doc: CSS changes + commit improved favicon | Adrien Tétar | -0/+0 | |
| 2013-10-02 | Package system runtime dependencies into Windows distribution. | Vadim Chugunov | -1/+1 | |
| 2013-09-25 | Fix the rust logo icon | Brian Anderson | -0/+0 | |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -0/+0 | |
| 2013-06-27 | mk: Make windows installer work with -pre versions | Brian Anderson | -1/+2 | |
| 2013-04-01 | tidy version numbers and copyright dates | Graydon Hoare | -1/+1 | |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -1/+1 | |
| 2012-01-31 | Remove NSIS package, obsolete (and hazardous). | Graydon Hoare | -396/+0 | |
| 2012-01-25 | Add Inno Setup installer script rather than NSIS | unknown | -0/+269 | |
| 2012-01-17 | dist: Add bin directory to system PATH in win32 installer | Brian Anderson | -0/+337 | |
| 2012-01-17 | dist: Add the uninstaller to the win32 control panel | Brian Anderson | -0/+11 | |
| 2012-01-17 | dist: Make the win32 uninstaller work | Brian Anderson | -12/+8 | |
| 2012-01-05 | Simplify NSIS package script. | Graydon Hoare | -22/+8 | |
| 2011-10-07 | Make windows package uninstallable | Brian Anderson | -0/+24 | |
| 2011-10-07 | Make windows packaging work again | Brian Anderson | -10/+13 | |
| 2011-07-23 | Add an NSIS script for building a win32 installer. Closes #522. | Graydon Hoare | -0/+39 | |
