Issue1825
Created on 2008-01-14 19:12 by Jimbo, last changed 2008-02-23 22:55 by georg.brandl.
| msg59909 (view) |
Author: Jim Wilson (Jimbo) |
Date: 2008-01-14 19:12 |
|
At: http://docs.python.org/lib/module-msilib.html, add_data(...) is
documented to take two parameters, but invoking it with two draws a
complaint that three are needed. Examination of bdist_msi.py leads me
to believe the missing (middle) parameter is "table", but I can barely
distinguish a database from a hole in the ground.
|
| msg59926 (view) |
Author: Martin v. Löwis (loewis) |
Date: 2008-01-14 21:54 |
|
Thanks for pointing that out. The table argument must be one of the
predefined tables in the MSI schema, e.g. Feature, File, Component,
Dialog, Control, InstallExecuteSequence, etc. The values are the values
added to that table
|
| msg62833 (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2008-02-23 22:55 |
|
Fixed in r61025.
|
|
| Date |
User |
Action |
Args |
| 2008-02-23 22:55:24 | georg.brandl | set | status: open -> closed nosy:
+ georg.brandl resolution: fixed messages:
+ msg62833 |
| 2008-01-20 20:04:43 | christian.heimes | set | priority: low keywords:
+ patch, easy |
| 2008-01-14 21:54:47 | loewis | set | nosy:
+ loewis messages:
+ msg59926 |
| 2008-01-14 19:12:39 | Jimbo | create | |
|