summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24317: Makes Customize page default to installing per-user, and ↵Steve Dower2015-05-311-0/+6
| | | | switching to All Users enable CompileAll.
* Issue #24293: Adds mapping from explicit colours to system colours to ↵Steve Dower2015-05-311-5/+52
| | | | correctly handle user themes.
* Issue #24293: Fixes installer colors to use system settings throughout.Steve Dower2015-05-271-2/+2
|
* Fixes default per-user install precompiling the standard library.Steve Dower2015-05-151-5/+8
|
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-031-2/+2
|
* Update Windows installer for new CRT version.Steve Dower2015-05-021-2/+2
|
* Updates Windows installer to promote per-user installs over all-users.Steve Dower2015-04-141-0/+5
|
* Missing brace and minor formatting in Windows installerSteve Dower2015-03-251-2/+2
|
* Fixes UI labels and ability to add/remove features.Steve Dower2015-03-251-10/+21
|
* Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵Steve Dower2015-03-251-0/+2
| | | | and fixes test script.
* Issue #23619: Ensure C variable is initialized before using it.Steve Dower2015-03-091-2/+1
| | | | The garbage in _crtInstalledToken was causing the IsCrtInstalled() function to return TRUE without actually checking anything. We now initialize the variable first.
* Updates CRT installation for Windows installer.Steve Dower2015-03-011-3/+85
| | | | Bundling versions of the CRT prior to 14.0 is no longer supported.
* Fix installer Back button going to wrong page when modifying.Steve Dower2015-02-121-1/+8
| | | | Also fix error when doing test builds without documentation file.
* Issue #23260: Update Windows installerSteve Dower2015-02-069-0/+2940