classification
Title: Codepage unset in msilib.init_database()
Type: resource usage
Components: Windows Versions: Python 2.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: loewis Nosy List: Jimbo, loewis
Priority: normal Keywords:

Created on 2008-01-16 20:13 by Jimbo, last changed 2008-01-16 20:18 by christian.heimes.

Messages
msg60006 (view) Author: Jim Wilson (Jimbo) Date: 2008-01-16 20:13
At
http://msdn2.microsoft.com/en-us/library/aa367864(VS.85,printer).aspx,
Satanic Verses sayeth:  "The Codepage Summary property must be set
before any string properties are set in the summary information.", but
so far as I can tell, PID_CODEPAGE is never used in msilib.__init__.py,
etal.

Confirming evidence: msilib's GetProperty(msilib.PID_CODEPAGE) raises
"Not Implemented" on Python2.5.1's own .msi file.
History
Date User Action Args
2008-01-16 20:18:15christian.heimessetpriority: normal
assignee: loewis
type: resource usage
components: + Windows, - Distutils
nosy: + loewis
2008-01-16 20:13:20Jimbocreate