http://bugs.winehq.org/show_bug.cgi?id=16437
Summary: installing spss 17 makes other apps fail to find MSVCR80? Product: Wine Version: 1.1.10 Platform: Other URL: http://spss.com OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
After applying the patch in bug 14930, the app installs. However, running many of its executables (e.g. statistics.exe) fails with
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\Program Files\SPSSInc\Statistics17\statistics.exe") not found err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\Program Files\SPSSInc\Statistics17\statistics.exe") not found err:module:import_dll Library MFC80U.DLL (which is needed by L"C:\Program Files\SPSSInc\Statistics17\statistics.exe") not found
even if you did 'winetricks vcrun2005 vcrun2005sp1 wsh56' before install.
Here's the funny bit: if you copy one of these executables (say, echoid.exe) out of .wine, blow away .wine, and do winetricks vcrun2005sp1 it runs. But if you then install the app, that copy of echoid.exe in your home directory no longer runs. So something about the installer is damaging the vcrun2005sp1 installation?!