MSI read support in msilib?

"Martin v. Löwis" martin at v.loewis.de
Wed Jan 16 14:03:55 EST 2008


> The introduction from the msilib documentation in python 2.5 claims it
> supports reading an msi.  However on the Record class there is only a
> GetFieldCount() method and some Set*() methods.  I was expecting to
> see GetString() and GetInteger() methods to be able to read the
> values.
> 
> Maybe I'm missing something? 

I think you are right - there is indeed stuff missing; few people have
noticed so far.

Regards,
Martin



More information about the Python-list mailing list