http://bugs.winehq.org/show_bug.cgi?id=28364
Summary: Adobe Lightroom 3.3 installer quits unexpectedly Product: Wine Version: 1.3.28 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: ccr@tnsp.org
Running Adobe Lightroom 3.3 installer results in the installer just stopping without actually installing anything. No error messages are shown by the installer itself, nor Wine.
Running "WINEDEBUG=+msi wine setup32.exe" revealed following in the trace:
trace:msi:msi_parse_summary template: L"Intel,1033;0,,1033,2052,1028,1043,1040,1042,1046,1034,1053,1036,1031,1041" warn:msi:msi_parse_summary unknown platform L"Intel,1033" trace:msi:msiobj_release object 0x187360 destroyed warn:msi:MSI_OpenPackageW failed to parse summary info 1633
Changing dlls/msi/package.c to check platform string a bit differently makes the installer run completely.