summaryrefslogtreecommitdiffstats
path: root/Tools/msi
Commit message (Expand)AuthorAgeFilesLines
* Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-211-2/+2
* Issue #10580: Minor grammar change in Windows installer.Martin v. Löwis2012-02-211-1/+1
* Stop adding txt files twice.Martin v. Löwis2011-06-051-2/+0
* Add 2.7.2 UUIDsMartin v. Löwis2011-06-051-0/+2
* Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-241-0/+2
* Denote 3.3.0 as the last supported Windows 2000 release.Brian Curtin2011-05-031-1/+1
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Backport the distutils part of r83399 to fix #7645.Brian Curtin2010-11-221-0/+2
* Merged revisions 84487 via svnmerge fromMartin v. Löwis2010-11-141-1/+16
* Add 2.7.1 UUIDs.Martin v. Löwis2010-10-251-0/+3
* Display installer warning that Windows 2000 won'tMartin v. Löwis2010-06-041-3/+3
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-56/+56
* Integrate merge.py into msi.py.Martin v. Löwis2010-03-162-87/+79
* Issue #6716: Quote -x arguments of compileall in MSI installer.Martin v. Löwis2010-03-151-1/+1
* Add 2.6 uuids.Martin v. Löwis2010-03-131-0/+8
* Move the xml test data to their own directory.Florent Xicluna2010-03-131-2/+3
* set svn:eol-style on various filesBenjamin Peterson2010-03-081-84/+84
* Add UUIDs for 2.7. Drop UUIDs for 2.4.Martin v. Löwis2009-12-061-17/+9
* Fix types in logic to compute help file name.Martin v. Löwis2009-06-281-4/+4
* Issue 5390: Add uninstall icon independent of whether fileMartin v. Löwis2009-06-281-1/+1
* handle different rc formatBenjamin Peterson2009-06-131-1/+4
* Issue #6158: package Sine-1000Hz-300ms.aif.Martin v. Löwis2009-06-011-0/+1
* Issue #5721: don't package Lib/test/README anymore.Martin v. Löwis2009-05-051-1/+0
* Issue #5847: Remove -n switch on "Edit with IDLE" menu item.Martin v. Löwis2009-05-051-2/+2
* Issue #5470: Package zipdir.zip.Martin v. Löwis2009-04-041-0/+1
* Add optional code signing after merging.Martin v. Löwis2009-02-131-0/+6
* #4700: crtlicense.txt is displayed by the license() command and should be kep...Amaury Forgeot d'Arc2008-12-191-1/+1
* Consider micro version for name of CHM file.Martin v. Löwis2008-12-081-0/+2
* Add UUIDs for 2.6.1 and 2.6.2.Martin v. Löwis2008-12-081-0/+3
* Issue #4389: Add icon to the uninstall entry inMartin v. Löwis2008-11-301-1/+4
* Issue #4289: Remove Cancel button from AdvancedDlg.Martin v. Löwis2008-11-191-6/+3
* Issue #1656675: Register a drop handler for .py* files on Windows.Martin v. Löwis2008-11-071-0/+8
* Stop including fake manifest file in DLLs directory.Martin v. Löwis2008-11-061-4/+6
* Issue #4091: Install pythonxy.dll in system32 again.Martin v. Löwis2008-10-171-3/+1
* Issue #4018: Disable "for me" installations on Vista.Martin v. Löwis2008-10-131-3/+5
* Add UUID for 2.7.Martin v. Löwis2008-10-021-0/+1
* Use CRT 9 policy files.Martin v. Löwis2008-10-021-2/+2
* Bug #3989: Package the 2to3 script (as 2to3.py) in the WindowsMartin v. Löwis2008-10-011-0/+1
* Use AMD64 version of CRT in just-for-me installations for Win64 installers.Martin v. Löwis2008-09-191-1/+5
* Bug #3887: Package x64 version of CRT for AMD64Martin v. Löwis2008-09-191-1/+1
* Fix grammar.Martin v. Löwis2008-09-151-2/+2
* Set eol-style to native.Martin v. Löwis2008-09-141-44/+44
* Issue #3617: Include a licensing statement regarding the Microsoft C runtime ...Martin v. Löwis2008-09-142-0/+45
* Change product code of Win64 installer to allow simultaneous installation on ...Martin v. Löwis2008-09-131-1/+9
* Issue #3833: Use a different upgrade code for Win64 installers.Martin v. Löwis2008-09-131-0/+5
* Add UUIDs for upcoming releasesMartin v. Löwis2008-09-081-0/+4
* Issue #2271: Set SecureCustomProperties so that installation will properlyMartin v. Löwis2008-09-081-0/+2
* Allow passing the MSI file name to merge.py.Martin v. Löwis2008-09-081-3/+6
* Add _multiprocessing module.Martin v. Löwis2008-06-301-1/+2
* Disable UAC by default.Martin v. Löwis2008-06-141-2/+7