http://bugs.winehq.org/show_bug.cgi?id=25331
Summary: Visual C++ 2005 Express install fails Product: Wine Version: 1.3.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To reproduce: rm -rf ~/.wine sh winetricks vc2005express
This works with wine-1.2, but fails with wine-1.3.8. The user sees a problem dialog, and the installer aborts. I tried bisecting, but haven't found the most recent culprit yet. The last revisions that worked in my bisect were on October 4th/5th,
[59c5bd2956e4a8124c676bf86b067f826ac5e16f] msxml3: Don't fail trying to set NewParser property.
[c4c70b608c569396c0a846ccd2c5cc99b470915b] crypt32/tests: Add more tests of verifying the base policy, including flags to ignore certain errors.
I'll try to continue the regression search.