Installing VC++ 11.0 (2012) Runtime incomplete
Posted: Wed Nov 16, 2016 1:36 pm
I'm using InstallAware 15 Studio.
I've been installing the VC++ 10.0 (2010) runtime for some time now, that works fine. When I added the VC++ 2012 runtime, InstallAware detects that it is not installed on the system (by checking the atl110.dll and mfc110.dll in the system32 folder) and goes through the process of installing it. This process succeeds normally, and I would expect VC++ 2012 to show up in the installed programs list. It does not. Afterwards, the scripts that detect that VC2012 is installed, so they don't try to reinstall it.
If I run the VC++2012 executable directly, that installs on my system just fine.
https://www.microsoft.com/en-us/downloa ... x?id=30679
I've gone through the process of installing this, finding the msi, and trying to install that on the target machine. That seems to do the same thing that InstallAware does -- an incomplete install. I gather that InstallAware is doing just this, launching the msi directly and letting that run...but this does not install everything needed for the VC++2012 runtime.
I'm considering running the VC++2012 executable directly. How can I do that?
Is this functionality fixed in later versions?
I've been installing the VC++ 10.0 (2010) runtime for some time now, that works fine. When I added the VC++ 2012 runtime, InstallAware detects that it is not installed on the system (by checking the atl110.dll and mfc110.dll in the system32 folder) and goes through the process of installing it. This process succeeds normally, and I would expect VC++ 2012 to show up in the installed programs list. It does not. Afterwards, the scripts that detect that VC2012 is installed, so they don't try to reinstall it.
If I run the VC++2012 executable directly, that installs on my system just fine.
https://www.microsoft.com/en-us/downloa ... x?id=30679
I've gone through the process of installing this, finding the msi, and trying to install that on the target machine. That seems to do the same thing that InstallAware does -- an incomplete install. I gather that InstallAware is doing just this, launching the msi directly and letting that run...but this does not install everything needed for the VC++2012 runtime.
I'm considering running the VC++2012 executable directly. How can I do that?
Is this functionality fixed in later versions?