summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msilib.py
Commit message (Expand)AuthorAgeFilesLines
* Disable UAC by default.Martin v. Löwis2008-06-141-2/+7
* Support file names which include '+' (for Tk 8.5).Martin v. Löwis2008-06-121-1/+2
* Create grammar pickle files on installation; remove them on uninstallation.Martin v. Löwis2008-05-251-0/+5
* Added VS 2005 and VS 2008 to the search path for cabarc.exeChristian Heimes2007-12-041-5/+10
* Fix popen usage.Martin v. Löwis2007-08-301-2/+2
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-3/+5
* Open dll file in binary.Martin v. Löwis2006-03-051-3/+3
* Whitespace normalization.Tim Peters2006-02-181-1/+0
* Add build support for AMD64.Martin v. Löwis2006-02-141-7/+33
* Use lzx:21 for compression. Backported to 2.4Martin v. Löwis2005-09-271-1/+1
* Reuse componentids for *.dll across minor releases.Martin v. Löwis2005-03-151-2/+5
* Generate the product code properlyMartin v. Löwis2004-09-101-1/+1
* Support Python 2.2.Martin v. Löwis2004-09-071-0/+5
* Whitespace normalization.Tim Peters2004-08-221-4/+4
* Move msi from sandbox to Tools.Martin v. Löwis2004-08-221-0/+641