[Bug 5261] New: [MSI] I suspect a row in the Media table is being selected when it shouldn't be (America's Army)

Wine Bugs wine-bugs at winehq.org
Fri May 19 03:04:48 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5261

           Summary: [MSI] I suspect a row in the Media table is being
                    selected when it shouldn't be (America's Army)
           Product: Wine
           Version: CVS
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-msi
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: jasonspiro3+wine at gmail.com
                CC: neftune at gmail.com


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="".

The only line in a +all log of an America's Army install that mentions the Media
table is:

trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `Media` WHERE `LastSequence` >=
1 ORDER BY `LastSequence`" 0x7fc2f794

But, because the install fails later (bug 5139), I suspect the row is being
selected despite that LastSequence is 0. How else could Wine-msi think that a
file named accessor.cab exists?

Background info: There is a full MSIDIFF dissasembly of America's Army.msi
attached to bug 4533; I saw the row (DiskId="22" LastSequence="0" DiskPrompt=""
Cabinet="accessor.cab" VolumeLabel="" Source="") in comment#5. I confirmed that
that was the only row in the entire MSI file mentioning a file "accessor.cab"
using the WiX decompiler. I am using a copy of wine from CVS that I checked out
about a week ago built on Debian Etch. wine --version returns 0.9.12.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list