about summary refs log tree commit diff
path: root/src/etc/pkg/rust.iss
AgeCommit message (Collapse)AuthorLines
2015-01-02Remove .pkg and .exe installersBrian Anderson-70/+0
2014-12-10Change 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-26dist: 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-09Fix naming of windows installerBrian Anderson-1/+2
2014-04-15dist: Make Windows installer uninstall first. Closes #9563Brian 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-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-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
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-06Use the full version string for the windows installer exeBrian Anderson-1/+1
2013-10-02Package system runtime dependencies into Windows distribution.Vadim Chugunov-1/+1
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-25Add Inno Setup installer script rather than NSISunknown-0/+50