[Bug 19319] Word Viewer 2003 - installs wrong files (appinstall)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 9 05:28:17 CDT 2010


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


Hans Leidekker <hans at meelstraat.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22370|0                           |1
        is obsolete|                            |




--- Comment #7 from Hans Leidekker <hans at meelstraat.net>  2010-06-09 05:28:07 ---
Created an attachment (id=28689)
 --> (http://bugs.winehq.org/attachment.cgi?id=28689)
msi: Fix comparison of file version numbers.

trace:msi:set_file_install_states new L"11.0.8165.0" old L"6.0.3272.0"
trace:msi:set_file_install_states Destination file version equal or greater,
not overwriting

Numerically 11.0.8165.0 is greater than 6.0.3272.0, but the current code
does a string comparison on the version numbers, in which case the opposite
is true.

With this patch gdiplus.dll should be updated to the new version, lccwiz.dll
not being updated appears to be a different bug.

Applies after the patches I sent today.

-- 
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