summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msi.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Commit more often.
* 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
| | | | manifest in DLLs to refer to the root copy of the CRT.
* 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 ↵Martin v. Löwis2008-02-281-8/+2
| | | | express edition.
* 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
| | | | Readded a missing line.
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-031-0/+1
| | | | | | on 32-bit systems on 64-bit systems, and vice versa. As a consequence of the change, Random pickles created by Python 2.6 cannot be loaded in Python 2.5.
* 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
| | | | Will backport to 2.5.
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6
|
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-301-1/+1
|
* Fix typo.Martin v. Löwis2007-08-301-1/+1
|
* Add a UUID for python26.dll.Martin v. Löwis2007-08-141-0/+1
|
* Forward-port 51862: Add sgml_input.html.Martin v. Löwis2006-09-121-0/+1
|
* Whitespace normalization.Tim Peters2006-08-251-1/+1
|
* Patch #1545507: Exclude ctypes package in Win64 MSI file.Martin v. Löwis2006-08-251-0/+8
| | | | Will backport to 2.5.
* Build _hashlib on Windows. Build OpenSSL with masm assembler code.Martin v. Löwis2006-08-161-1/+2
| | | | Fixes #1535502.
* Properly quote compileall and Lib paths in case TARGETDIR has a space.Martin v. Löwis2006-07-061-1/+1
|
* Add sqlite3.dll to the DLLs component, not to the TkDLLs component.Martin v. Löwis2006-07-061-8/+8
| | | | Fixes #1517388.
* Rest of patch #1490384: Commit icon source, removeMartin v. Löwis2006-05-281-4/+0
| | | | | claim that Erik von Blokland is the author of the installer picture.
* Move icon files into DLLs dir. Fixes #1477968.Martin v. Löwis2006-05-121-5/+5
|
* Package setuptoolsMartin v. Löwis2006-04-211-1/+10
|
* Adjust compileall -x option to Makefile.pre.in. Fixes #1465093.Martin v. Löwis2006-04-071-1/+1
|
* Per Martins request, add empty.vbs to Tools\msi\msi.py.Thomas Heller2006-04-041-0/+1
| | | | This file is used by test_startfile.py.
* Adjust sqlite3 build process to Win64.Martin v. Löwis2006-04-041-1/+7
|
* Add sqlite3 to the Windows build process.Martin v. Löwis2006-04-041-1/+6
|
* Add check_soundcard.vbs. Will backportMartin v. Löwis2006-04-031-1/+2
|
* Move product_codes in their own file.Martin v. Löwis2006-03-281-34/+1
|
* Correct case in test for Windows 9X.Martin v. Löwis2006-03-281-1/+1
|
* Drop information about 2.4 DLLs.Martin v. Löwis2006-03-271-5/+0
|
* Add product ids for 2.5.Martin v. Löwis2006-03-271-0/+8
|