http://bugs.winehq.org/show_bug.cgi?id=5358
------- Additional Comments From truiken@gmail.com 2006-29-08 20:02 ------- The .NET 1.1 installer is trying to access the _Streams table:
Call msi.MsiDatabaseOpenViewA(00000002,620df540 "SELECT `Data` FROM `_Streams` WHERE `Name` = 'Binary.URTCoreCab'",620df53c) ret=00853db4
to get the data for the cab file to extract. We don't have a _Streams table, so the custom action fails. According to msdn, the _Streams table is a temporary table that is created on the fly in response to a SQL query that references said table. Mike and Andrey have a test in the wine test suite that tests for the presence of this table, but more tests are needed. Testing MsiRecordSetStream and MsiRecordReadStream would help, but ultimately we'll need to add special handling in our SQL engine for the case when the _Streams table is queried.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/_...