http://bugs.winehq.org/show_bug.cgi?id=27987
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #7 from Dan Kegel dank@kegel.com 2012-01-01 22:55:58 CST --- I verified just now that, with wine-1.3.15 and "winetricks mfc42 dotnet20", Visual Studio 2005 Trial installs fine; with current git, it runs into this problem. One of the subinstallers seems to offer a quick way to reproduce:
$ sudo mount -o ro,loop En_vs_2005_vsts_180_Trial.img /mnt $ cd /mnt/vs/wcu/DExplore/DExplore.exe $ wine DExplore.exe
This subinstaller finishes with wine-1.3.15, but not with current wine, and the log shows
err:msi:ITERATE_Actions Execution halted, action L"CA_RollbackHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
in the bad case.