http://bugs.winehq.org/show_bug.cgi?id=32634
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #9 from Anastasius Focht focht@gmx.net 2013-01-04 16:26:30 CST --- Hello Joshua,
--- snip --- err:msi:ITERATE_Actions Execution halted, action L"CA_Check64OS.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603 --- snip ---
The installer fails because you tried to install 32-bit MS .NET Frameworks in 64-bit WINEPREFIX. This is not supported.
Please do not re-use/recycle existing WINEPREFIXes. Create a *new* 32-bit WINEPREFIX (WINEARCH=win32) and install .NET 2.0 (using 'winetricks') and the app there.
Regards