http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234@hotmail.com 2006-25-05 01:10 ------- Created an attachment (id=2519) --> (http://bugs.winehq.org/attachment.cgi?id=2519&action=view) msi dump with sort order by DiskId
when installing with order by DiskId as recommended by MSDN the install proceeds further and dies at trying to extract files to the temp folder. What is strange is the trace I get from msi when it lists the SQL statement.
trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `Media` WHERE `LastSequence` >= 611 ORDER BY `DiskId`" 0x7fb8f794
Changing the Order By to DiskId should have no effect on the LastSequence >= 0 portion of the sql statement, it should just change the sort order, here it says 611 which shows there is a flaw in the trace message code.