[Bug 14381] Google Lively installer does not work

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 7 19:46:14 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14381





--- Comment #10 from Roy Shea <royshea at 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!"


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list