http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234@hotmail.com 2006-24-05 18:19 -------
From Jason Spiro 2006-05-19 13:50 -------
Wine-msi is executing the SQL statement "SELECT * FROM `Media` WHERE `LastSequence` >= 1 ORDER BY `LastSequence`". That select statement should not be selecting the row that mentions DiskId="22" LastSequence="0" DiskPrompt="" Cabinet="accessor.cab" VolumeLabel="" Source=""
wine is executing SELECT * FROM `MEDIA` WHERE LastSequence >= 0 according to files.c, not 1.