about summary refs log tree commit diff
path: root/src/etc/pkg
AgeCommit message (Expand)AuthorLines
2015-01-02Remove .pkg and .exe installersBrian Anderson-388/+0
2014-12-10Change default installation directory to %SYSTEMDRIVE%\Rust.Vadim Chugunov-2/+2
2014-12-06- Support gcc-less installation on Windows. To do so in unattended mode run:...Vadim Chugunov-1/+7
2014-09-26dist: Make Windows installer modify system %PATH%Mike Boutin-2/+2
2014-09-09Fix naming of windows installerBrian Anderson-1/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-04-15dist: Make Windows installer uninstall first. Closes #9563Brian Anderson-2/+74
2014-03-28dist: Tweak the OSX pkg installerAlex Crichton-1/+17
2014-03-24mk: Put win installer in correct dirBrian Anderson-1/+1
2014-03-24mk: Cleanup version handling and add support for nightly distsBrian Anderson-1/+2
2014-02-27Add new target 'make dist-osx' to create a .pkg installer for OS XBrian Leibig-0/+22
2014-02-15mk: Base the windows dist target on prepare.mkBrian Anderson-1/+1
2014-01-08Fix windows installer version to be less verboseBrian Anderson-2/+1
2014-01-07mk: Fix the naming of the windows installer harderBrian Anderson-1/+2
2014-01-06Use the full version string for the windows installer exeBrian Anderson-1/+1
2013-12-13doc: CSS changes + commit improved faviconAdrien Tétar-0/+0
2013-10-02Package system runtime dependencies into Windows distribution.Vadim Chugunov-1/+1
2013-09-25Fix the rust logo iconBrian Anderson-0/+0
2013-09-21Update version numbers to 0.8Brian Anderson-0/+0
2013-06-27mk: Make windows installer work with -pre versionsBrian Anderson-1/+2
2013-04-01tidy version numbers and copyright datesGraydon Hoare-1/+1
2012-07-11Fix some version numbers.Graydon Hoare-1/+1
2012-01-31Remove NSIS package, obsolete (and hazardous).Graydon Hoare-396/+0
2012-01-25Add Inno Setup installer script rather than NSISunknown-0/+269
2012-01-17dist: Add bin directory to system PATH in win32 installerBrian Anderson-0/+337
2012-01-17dist: Add the uninstaller to the win32 control panelBrian Anderson-0/+11
2012-01-17dist: Make the win32 uninstaller workBrian Anderson-12/+8
2012-01-05Simplify NSIS package script.Graydon Hoare-22/+8
2011-10-07Make windows package uninstallableBrian Anderson-0/+24
2011-10-07Make windows packaging work againBrian Anderson-10/+13
2011-07-23Add an NSIS script for building a win32 installer. Closes #522.Graydon Hoare-0/+39