http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234@hotmail.com 2006-25-05 00:59 ------- Created an attachment (id=2518) --> (http://bugs.winehq.org/attachment.cgi?id=2518&action=view) patch to correct sort order on media table
Currently files.c is using the sort order by LastSequence, where as it should be in sort order by DiskId according to MSDN. Now The installer proceeds part way into the install and fails further into the install at another point.
http://msdn.microsoft.com/library/en-us/msi/setup/ordering_file_sequence_num...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/m...
Columns
DiskId Determines the sort order for the table. This number must be equal to or greater than 1.