This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markm
Recipients loewis, markm
Date 2011-05-07.04:50:23
SpamBayes Score 9.851343e-06
Marked as misclassified No
Message-id <1304743825.08.0.890355737934.issue12026@psf.upfronthosting.co.za>
In-reply-to
Content
Background:
My main use case for msilib is for working with/editing existing MSI files and not creating MSI files.

As such I find much of the MSI API that I need missing.

While not difficult to re-create _msi.c with ctypes, I thought it might be good to use as much of _msi.c as implemented (faster :) )

Patch:
The patch exposes the 'h' member of msiobj as 'handle', and updates the doc to refer to them.

There are no tests in the patch yet. Any recommendation on tests? (just check that the member exists and has an 'int' value?
History
Date User Action Args
2011-05-07 04:50:25markmsetrecipients: + markm, loewis
2011-05-07 04:50:25markmsetmessageid: <1304743825.08.0.890355737934.issue12026@psf.upfronthosting.co.za>
2011-05-07 04:50:24markmlinkissue12026 messages
2011-05-07 04:50:24markmcreate