summaryrefslogtreecommitdiff
path: root/Lib/msilib
Commit message (Collapse)AuthorAgeFilesLines
* Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-271-3/+2
| | | | Patch by Mark Mc Mahon.
* Fix short file name generation in bdist_msi.Martin v. Löwis2011-03-271-8/+17
| | | | | Patch by Christoph Gohlke. Closes #7639.
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-1/+1
|
* Support AMD64 in msilib. Set Win64 on reglocator.Martin v. Löwis2009-06-121-3/+7
| | | | Fixes #6258.
* Issue #3732: Backported r53335 to supress deprecation warning.Hirokazu Yamamoto2008-09-011-5/+5
| | | | Reviewed by Benjamin Peterson.
* Properly generate logical file ids. Fixes #1515998.Martin v. Löwis2006-07-061-4/+6
| | | | Also correct typo in Control.mapping.
* Rename parameters to match the documentation (whichMartin v. Löwis2006-05-011-8/+7
| | | | | in turn matches Microsoft's documentation). Drop unused parameter in CAB.append.
* Rename uisample to text, drop all non-text tables.Martin v. Löwis2006-05-012-1399/+129
|
* Import bdist_msiMartin v. Löwis2006-03-054-0/+2994