http://bugs.winehq.org/show_bug.cgi?id=30266
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-05-03 05:44:49 CDT --- Hello folks,
revisiting, still present. The app version/checksum changed but the crash is the same.
I'm a bit puzzled about the .NET Framework 4.0 client profile requirement for the app because no executable/plugin is managed or mixed code.
Installer refuses without .NET:
--- snip --- err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions" returned 1603 --- snip ---
Peeking with ORCA into _VsdLaunchCondition table:
--- snip --- Condition Description Url s255 l255 s0 _VsdLaunchCondition Condition VSDFXAvailable [VSDNETURLMSG] http://go.microsoft.com/fwlink/?LinkId=131000 --- snip ---
http://go.microsoft.com/fwlink/?LinkId=131000 -> Microsoft .NET Framework 4 Client Profile (Web Installer)
Anyway, the crash analysis still holds.
$ du -sh fxsetup.msi 6.2M fxsetup.msi
$ sha1sum fxsetup.msi 2076761c658b1250c9e9612cfb84d655872b577f fxsetup.msi
$ wine --version wine-1.5.29-107-gb94cfaf
Regards