http://bugs.winehq.org/show_bug.cgi?id=29328
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2011-12-23 07:35:34 CST --- (In reply to comment #2)
Created attachment 37942 [details] +msi,+msidb log
It is not really a regression : SW2010 installer used to work, the issue is with 2011 version.
trace:msi:MsiDatabaseOpenViewW L"SELECT `SWRegTlb`.`Component_`,`SWRegTlb`.`InstallCondition`,`SWRegTlb`.`UninstallCondition`,`SWRegTlb`.`HelpDir`,`SWRegTlb`.`IgnoreExitCode`,`Component`.`Attributes`,`Component`.`Directory_`,`File`.FileName` FROM SWRegTlb,Component,File WHERE `SWRegTlb`.`Component_`=`Component`.`Component` AND `SWRe"... 0xfbe618
This query has unbalanced backquotes (`File`.FileName`) which is apparently tolerated by native msi.