http://bugs.winehq.org/show_bug.cgi?id=9608
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |truiken@gmail.com
--- Comment #3 from James Hawkins truiken@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.