summaryrefslogtreecommitdiffstats
path: root/Tools/msi/exe
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25450: Updates shortcuts to start Python in installation directory.Steve Dower2015-10-311-1/+2
|
* Merge Python 3.5.0rc4 back to hg.python.org.Larry Hastings2015-09-091-0/+3
|\
| * Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-091-0/+3
| | | | | | | | to Windows installation.
* | Issue #24910: Windows MSIs now have unique display names.Steve Dower2015-09-052-2/+2
|/
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-092-0/+3
| | | | | | 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.
* Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-191-5/+2
|
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-032-3/+9
|
* Removes unused string resources from Windows installer.Steve Dower2015-02-201-2/+0
|
* Simplify MSI projects.Steve Dower2015-02-147-54/+82
|
* Issue #23260: Update Windows installerSteve Dower2015-02-068-0/+230