http://bugs.winehq.org/show_bug.cgi?id=28329
Summary: Sony Vegas Pro 8.0c: MSI changes break installation (regression) Product: Wine Version: 1.3.26 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: ccr@tnsp.org
Some changes in MSI code (dlls/msi/*) introduced in below commit break installation of Sony Vegas Pro 8.0c, leaving most components uninstalled.
fe404d1d88568803e2332b4899e01cd99b2d66a6 is the first bad commit commit fe404d1d88568803e2332b4899e01cd99b2d66a6 Author: Hans Leidekker hans@codeweavers.com Date: Wed Jul 27 10:53:44 2011 +0200
msi: Always check the return value of MSI_IterateRecords.
--
The same problem still exists in 1.3.27 and GIT head.
Reverting the commit makes Sony Vegas Pro installation work again.