| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-02 | Remove .pkg and .exe installers | Brian Anderson | -70/+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-04-15 | dist: Make Windows installer uninstall first. Closes #9563 | Brian Anderson | -1/+12 | |
| 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-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-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-10-02 | Package system runtime dependencies into Windows distribution. | Vadim Chugunov | -1/+1 | |
| 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-25 | Add Inno Setup installer script rather than NSIS | unknown | -0/+50 | |
