Visual Studio 2010 Setup Fails At VC Runtime 9.0
-
Thursday, April 05, 2012 8:30 PM
Hi,
I've problem with Visual Studio 2010 instalation. Installer fails at VC Runtime 9.0
I'm attaching logs collected by collector from MSDN.
My OS is Windows 7 Ultimate x64
Btw. On other computer it works - ISO is not broken.
VSLogs.cab link- Edited by Krukosz Thursday, April 05, 2012 8:31 PM
All Replies
-
Monday, April 09, 2012 5:25 AMModerator
Hi Krukosz,
Welcome to the MSDN forum.
From your log:
MSI (s) (2C:A0) [21:58:26:864]: Product: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4974 -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.ATL,version="9.0.30729.4974",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80073712. assembly interface: IAssemblyCacheItem, function: Commit, component: {BB154248-75BC-340C-B510-920D9FB17345}
Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.ATL,version="9.0.30729.4974",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80073712. assembly interface: IAssemblyCacheItem, function: Commit, component: {BB154248-75BC-340C-B510-920D9FB17345}
For the error code “0x80073712”, it means “The component store has been corrupted.”. It means some assemblies of Visual C++ on your side are corrupt.
First, please try the suggestions listed here: http://support.microsoft.com/kb/931712
Second, if it does not work, please try to remove all the Visual C++ components in Control Panel. Then reboot and reinstall the Visual C++ 2008 Redistributable.
If you failed to uninstall them, I recommend you try MsiInv tool to uninstall them:http://blogs.msdn.com/b/astebner/archive/2005/07/01/using-msiinv-to-gather-information-about-what-is-installed-on-a-computer.aspx
If you fail to install it again, please collect the fresh logs.
If you have any other problems, please feel free to let me know.
Best Regards,
Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Alexander SunModerator Tuesday, April 17, 2012 9:23 AM

