http://bugs.winehq.org/show_bug.cgi?id=13285
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #13177|0 |1 is obsolete| |
--- Comment #5 from Jörg Höhle hoehle@users.sourceforge.net 2008-05-19 10:29:17 --- Created an attachment (id=13180) --> (http://bugs.winehq.org/attachment.cgi?id=13180) WINEDEBUG=+msi,+profile trace from msiexec /i
The following excerpt hints at what's going wrong:
trace:msi:ITERATE_WriteIniValues Adding value L"Version" to section L"Info" in L"C:\windows\diev\00f6l~1.ini|diev\00f6lkergold.ini" trace:profile:PROFILE_Open path: L"C:\windows\diev\00f6l~1.ini|diev\00f6lkergold.ini" warn:profile:PROFILE_Open Error 123 opening file L"C:\windows\diev\00f6l~1.ini|diev\00f6lkergold.ini" winerror.h:#define ERROR_INVALID_NAME 123
I used 0.9.61 (not rc1) for this one log. kernel32/profile.c:PROFILE_Open uses: hFile = CreateFileW(buffer, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
So either the Umlaut is the problem, or the surprising (to me) "...|alternatename.ini" syntax.