Reputation: 21072
I am puzzled what results I am getting with Windows 8.1 Enterprise (64-bit). I am looking for 32-bit version of VC++ 2012 redist and following the answers from: Detect if Visual C++ Redistributable for Visual Studio 2012 is installed I found out that
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VC\Servicing\11.0\RuntimeMinimum
For now I am lost what I am looking at, so my question is -- with what stuff Windows 8.x is shipping?
Vote for close? Please tell why, thank you.
Upvotes: 2
Views: 179
Reputation: 4131
Microsoft ships msvcrt.dll along with Windows, You must distribute all other dlls.
More info: http://msdn.microsoft.com/en-us/library/vstudio/8kche8ah(v=vs.110).aspx
I agree with @Roger Lipscombe, The third point is probably a coincidence.
Upvotes: 1