[New-bugs-announce] [issue2125] [patch] Read support for Records in msilib

Floris Bruynooghe report at bugs.python.org
Fri Feb 15 17:35:37 CET 2008


New submission from Floris Bruynooghe:

The msilib documentation mentions that read support of MSI files is
supported, however the actual methods on the Record class for it are
missing.  This patch wraps two more functions from the MSI API to the
record class, enabling to read integers and strings.  The only one left
then (AFAIK) is "Stream" but I didn't need that so couldn't test it.

----------
components: Extension Modules, Library (Lib), Windows
files: msilib.diff
messages: 62432
nosy: flub
severity: normal
status: open
title: [patch] Read support for Records in msilib
versions: Python 2.5, Python 2.6
Added file: http://bugs.python.org/file9437/msilib.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2125>
__________________________________


More information about the New-bugs-announce mailing list