http://bugs.winehq.org/show_bug.cgi?id=25961
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Status|NEW |ASSIGNED CC| |focht@gmx.net Summary|Visual C++ 2008 runtime not |Multiple app/game |marked as installed by |installers fail to detect |default |Visual C++ 2008 runtime | |(Wine doesn't advertise its | |own VC++ runtime)
--- Comment #3 from Anastasius Focht focht@gmx.net 2011-10-14 15:34:26 CDT --- Hello,
found another example: "Dead Space 2" game installer. The installer fails to detect Wine's builtin and start VC++ 2008 redistributable installer.
--- snip --- 0026:Call msi.MsiQueryProductStateW(0033e2de L"{9A25302D-30C0-39D9-BD6F-21E6EC160475}") ret=0040b9ad ... 0026:trace:msi:MsiQueryProductStateW -> -1 0026:Ret msi.MsiQueryProductStateW() retval=ffffffff ret=0040b9ad ... --- snip ---
Relevant GUIDS for 2008:
Visual C++ 2008 runtime files
* VC 9.0 (x86) - {FF66E9F6-83E7-3A3E-AF14-8DE9A809A6A4} * VC 9.0 (x64) - {350AA351-21FA-3270-8B7A-835434E766AD} * VC 9.0 (ia64) - {2B547B43-DB50-3139-9EBE-37D419E0F5FA}
Visual C++ 2008 SP1 runtime files
* VC 9.0 SP1 (x86) - {9A25302D-30C0-39D9-BD6F-21E6EC160475} * VC 9.0 SP1 (x64) - {8220EEFE-38CD-377E-8595-13398D740ACE} * VC 9.0 SP1 (ia64) - {5827ECE1-AEB0-328E-B813-6FC68622C1F9}
Visual C++ 2008 SP1 ATL Security Update runtime files
* VC 9.0 SP1 ATL (x86) - {1F1C2DFC-2D24-3E06-BCB8-725134ADF989} * VC 9.0 SP1 ATL (x64) - {4B6C7001-C7D6-3710-913E-5BC23FCE91E6} * VC 9.0 SP1 ATL (ia64) - {977AD349-C2A8-39DD-9273-285C08987C7B}
Regards