The Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) installs
runtime components of Visual C++ Libraries required to run applications
developed with Visual C++ 2010 SP1 on a computer that does not have
Visual C++ 2010 SP1 installed.
This package installs runtime components of C Runtime (CRT), Standard
C++, ATL, MFC, OpenMP and MSDIA libraries. For libraries that support
side-by-side deployment model (CRT, SCL, ATL, MFC, OpenMP) they are
installed into the native assembly cache, also called WinSxS folder, on
versions of Windows operating system that support side-by-side
assemblies.
Application Details:
Version: | 2010 SP1 (10.0.40219.xxx) |
License: | Retail |
URL: | http://www.microsoft.com/downl... |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 1.7.2 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Everything. Install and run ok.
What does not
Nothing. All works well.
Workarounds
What was not tested
n/a
Hardware tested
Graphics:
Additional Comments
Remember: fresh install of wine!
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Debian GNU/Linux 7.x "Wheezy" x86_64 | Oct 01 2013 | 1.7.2 | Yes | Yes | No | Platinum | Daniel Dias | |
Show | Fedora 16 x86_64 | Aug 19 2012 | 1.5.11 | Yes | Yes | No | Platinum | Anastasius Focht |
Always use winver "Windows XP" or later when running the Visual C runtime installer!
Don't install Visual C 2005 and later runtime using Wine winver "Windows 2000" or earlier when you intend to switch to winver > "Windows 2000" later! With winver "Windows 2000" the Visual C runtime installer will install assemblies in both, the side-by-side "WinSxS" storage and System32 directory.
If the loader fails to locate assemblies in WinSxS due to assembly manifest mismatch it fall back to load from System32 (Wine doesn't support assembly binding redirects yet). When the Visual C runtime is loaded from system32 directory in winver > "Windows 2000" mode, you will get the infamous:
This is due to checks done by the Visual C runtime itself upon load. By design, such assemblies are never to be loaded from System32 with winver set to > "Windows 2000"!
The
Visual C runtime uses FindActCtxSectionString API to check for
activation context support and if present it prevents any runtimes from
being loaded from system32 directory.
The 32-bit Visual C++ Redistributable installer can be run without issues, given a recent Wine version and clean WINEPREFIX (~/.wine)
For the 64-bit Visual C++ Redistributable installation you must use Winetricks which takes care of some problems.
$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$ bash winetricks -q vcrun2010
Comments for this application have been disabled because there are no maintainers.