http://bugs.winehq.org/show_bug.cgi?id=14381
--- Comment #10 from Roy Shea royshea@gmail.com 2008-08-07 19:46:13 --- Created an attachment (id=15343) --> (http://bugs.winehq.org/attachment.cgi?id=15343) +msi
I took a second swing at the installer using insites from Louis and managed to get a bit further. My current setup uses:
- mstask patchset - Native versions of winhttp, msxml3, msxml3r, and shlwapi
With this setup I was able to reproduce Louis's MSI error. A full log of running the installer with the msi channel is attached.
It's my first time looking at MSI, but here is my current best guess. It looks like the failure stems from directx not being found when checking the LaunchConditions. Perhaps the error code returned by the failure of LaunchConditions is propagating to the subsequent InstallExecuteSequence action in the installer, rather than causing the installation to fail.
Installing directx9 allows the installer to complete without needing to resort to the "ERROR_SUCCESS" msi hack. At this point Lively starts up with a welcome screen and login. Attempts to log in timeout with the warning:
"fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!"