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 atuining
Recipients atuining
Date 2007-09-04.22:03:40
SpamBayes Score 0.061013013
Marked as misclassified No
Message-id <1188943421.22.0.776458935296.issue1104@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that fixes the truncation of the property values
returned by msilib.SummaryInfo.GetProperty(). Unfortunately Microsoft
has deemed it necessary to return the size of the string without the
null termination character but insists upon the size including it when
passing it in. Arggh!
Files
File name Uploaded
_msi.patch2.txt atuining, 2007-09-04.22:03:40
History
Date User Action Args
2007-09-04 22:03:41atuiningsetspambayes_score: 0.061013 -> 0.061013013
recipients: + atuining
2007-09-04 22:03:41atuiningsetspambayes_score: 0.061013 -> 0.061013
messageid: <1188943421.22.0.776458935296.issue1104@psf.upfronthosting.co.za>
2007-09-04 22:03:41atuininglinkissue1104 messages
2007-09-04 22:03:41atuiningcreate