http://bugs.winehq.org/show_bug.cgi?id=30589
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Ever Confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-05-04 05:03:57 CDT --- Hello,
what Hans said is most likely the case here (dupe of bug 18070).
For verification you could run the msi installer under Windows and generate verbose log:
$ msiexec /i "foo.msi" /L*V "foo.log"
The custom actions in question are: "CheckUILanguage" and "CloseAppByMutex". If you see "invoking remote custom action" for these it's bug 18070 for sure (there are others too that are technically duplicates).
Regards