summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge from 3.5.0Steve Dower2015-09-111-0/+30
|\
| * Issue #25071: Windows installer should not require TargetDir parameter when ↵Steve Dower2015-09-111-0/+30
| | | | | | | | installing quietly
* | Enables building compressed Windows test builds with --pack option.Steve Dower2015-08-151-1/+6
|/
* Issue #24642: Improves help text displayed in the Windows installer.Steve Dower2015-07-181-10/+9
|
* Adds support for an unattend.xml file to control the Windows installer options.Steve Dower2015-07-181-1/+92
|
* Adds option to only install the launcher.Steve Dower2015-07-1812-47/+49
|
* Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-166-40/+96
| | | | | | | just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. Enables installer builds with the the text marker. Allows simple installs to include a custom description.
* Fixes installer rebuild, snapshot versioning, and the README.txt file.Steve Dower2015-07-092-1/+12
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-0914-106/+362
| | | | | | Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys. There are also some changes to the bootstrap app to properly handle upgrades. Finally, a few minor improvements to the Windows build to keep things tidier.
* Closes 24584: Windows installer incorrectly detects CRT version on Windows 10Steve Dower2015-07-081-3/+3
|
* Ignore user environment/site-packages for ensurepip and compile_allSteve Dower2015-07-041-1/+1
| | | | | Remove build condition to prevent old strings hanging around Add -h option to build.bat
* Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-193-22/+0
|
* Issue #24317: Makes Customize page default to installing per-user, and ↵Steve Dower2015-05-312-2/+8
| | | | switching to All Users enable CompileAll.
* Issue #24293: Adds mapping from explicit colours to system colours to ↵Steve Dower2015-05-312-12/+59
| | | | correctly handle user themes.
* Fixes text in installer.Steve Dower2015-05-281-1/+1
|
* Issue #24293: Fixes installer colors to use system settings throughout.Steve Dower2015-05-272-10/+10
|
* 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-036-12/+20
|
* Update Windows installer for new CRT version.Steve Dower2015-05-021-2/+2
|
* Updates layout of some text in the Windows installer.Steve Dower2015-04-151-4/+4
|
* Updates Windows installer to promote per-user installs over all-users.Steve Dower2015-04-144-12/+16
|
* 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