summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msi.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consider micro version for name of CHM file.Martin v. Löwis2008-12-081-0/+2
* 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
* 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
* Issue #3617: Include a licensing statement regarding the Microsoft C runtime ...Martin v. Löwis2008-09-141-0/+1
* 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
* Issue #2271: Set SecureCustomProperties so that installation will properlyMartin v. Löwis2008-09-081-0/+2
* Add _multiprocessing module.Martin v. Löwis2008-06-301-1/+2
* Pickup sqlite3.dll from binary directory.Martin v. Löwis2008-06-131-3/+3
* Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license.Martin v. Löwis2008-06-121-9/+10
* Create grammar pickle files on installation; remove them on uninstallation.Martin v. Löwis2008-05-251-0/+6
* Include all licenses of the packages that we include.Martin v. Löwis2008-05-251-1/+22
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
* Add new tkinter dir to various locations where lib-tk shows up.Georg Brandl2008-05-171-1/+1
* Use the CHM file name that Sphinx assigns.Martin v. Löwis2008-05-091-4/+10
* Package wininst*.exe from distutils/command.Martin v. Löwis2008-04-091-4/+1
* Suppress compilation of py3_ files upon installation.Martin v. Löwis2008-04-081-1/+1
* Make the "private CRT" case work, by editing theMartin v. Löwis2008-04-071-5/+17
* Drop support for 7.1 CRT.Martin v. Löwis2008-04-071-38/+5
* Make private_crt feature object a global variable.Martin v. Löwis2008-04-071-1/+1
* Add two features to distinguish between private and SxS CRT.Martin v. Löwis2008-04-051-1/+7
* Package Tcl from tcltk64 on AMD64.Martin v. Löwis2008-02-291-2/+4
* Locate VS installation dir from environment, so that it works with the expres...Martin v. Löwis2008-02-281-8/+2
* Bundle msvcr90.dll as a "private assembly".Martin v. Löwis2008-02-281-25/+23
* Don't try to package msvcr90 for the moment.Martin v. Löwis2008-01-061-6/+9
* Package using VS 2008.Martin v. Löwis2008-01-061-4/+3
* The root of the project is two levels up from PC/VS7.1Christian Heimes2008-01-011-1/+1
* Added new wininst files to msi.py and adjusted some pathsChristian Heimes2008-01-011-5/+7
* MSI uses back slashes as path separatorsChristian Heimes2008-01-011-1/+1
* Fix paths for build bot, part 2Christian Heimes2007-12-311-1/+1
* Added self generated UUID for msvcr90.dll to msi.pyChristian Heimes2007-12-041-23/+66
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-031-0/+1
* Patch #1468: Package Lib/test/*.pem.Martin v. Löwis2007-11-201-0/+1
* Take chm file from build/htmlhelp/pydoc.chm.Martin v. Löwis2007-09-101-1/+1
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-011-1/+1
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6