http://bugs.winehq.org/show_bug.cgi?id=5348
------- Additional Comments From mike@codeweavers.com 2006-24-08 22:26 -------
For the PSE installer, we set the "SourceDir" property:
trace:msi:MSI_SetPropertyW 0x5a0034 L"SourceDir" L"Z:\home\mike\msi\Adobe Photoshop Elements\"
Some time later, it checks the "SOURCEDIR" property in order to build a path for the Abcpy.ini, and finds it empty,
trace:msi:MSI_GetProperty 1 L"SOURCEDIR" 0x7e240f50 0x7e240b28
So either both the upper case and mixed case properties are set, or this property is case insensitive.
We need a test to determine if some or all properties are case insensitive...