summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Adds note about installed debug binaries.Steve Dower2015-03-101-1/+1
|
* 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.
* Issue #23612: Fixes upgrade code and version for Windows installer.Steve Dower2015-03-082-3/+3
|
* Updates CRT installation for Windows installer.Steve Dower2015-03-015-4/+138
| | | | 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.
* Improve Windows release scriptsSteve Dower2015-02-081-2/+2
|
* Adds automated test script for the Windows installer and fixes download URLSteve Dower2015-02-071-1/+1
|
* Fix download URL embedded in Windows installer.Steve Dower2015-02-061-1/+1
|
* Issue #23260: Update Windows installerSteve Dower2015-02-0631-0/+3917