[Bug 9608] jdk fails to install

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 19 21:52:10 CST 2007


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


James Hawkins <truiken at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|wine-bugs at winehq.org        |truiken at gmail.com




--- Comment #3 from James Hawkins <truiken at gmail.com>  2007-11-19 21:52:09 ---
The problem is that there are certain files that are already installed and
shouldn't be installed again.  When we try to install the files the second
time, the cab file is gone (correctly) and we bail out.  The files in question
are covered by the MsiFileHash table, and the install files action should check
if a destination file has the same file has as the one in the table, and if so,
skip the file.  I have this implemented, but MsiGetFileHash is not returning
the correct hash for all files, so I need to work on that some more.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list