Share via


Visual C++ 2005 Redistributable won't install

Question

Sunday, July 10, 2011 11:19 PM | 1 vote

I'm unable to install any version of the Microsoft Visual C++ 2005 Redistributable package. The standalone installers for x86, x64 and the SP1 versions all fail with the following error:

Error 1935.An error occurred during the installation of assembly
'Microsoft.VC80.ATL,type="win32",version="8.0.50727.762",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64".
Please refer to Help and Support for more information.
HRESULT: 0x8007054F. assembly interface: IAssemblyCache, function: UninstallAssembly, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}

 

I've looked into error code 1935 and it appears to just be a generic error code, as is 80007054f (An internal error occurred? Thanks for clearing that up!). No matter how deep through log files I go, I can't find the real culprit, the log files all just inform me that a generic error happened at the next level down in the chain no matter how many I go through.

I've searched for this extensively and haven't found any instance of this issue that has been solved so I could really use some help.

I'd also like to mention I do not have any version of the Visual C++ 2005 redistributable installed in Control Panel.

All replies (10)

Wednesday, July 27, 2011 6:54 AM ✅Answered

Hi Omnicoder,

 

I have checked all your error messages again.

 

I recommend you try to download a latest version of Visual C++ 2005 Redistributable from: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26347

 

If it still failed, I suggest you try to install it on another computer. If it can be installed on another computer successfully, I think your problem is related to some files on your side have corrupted. Under these circumstances, I recommend you completely format OS >> reinstall Windows 7 >> install Microsoft Visual C++ 2005 Redistributable.

 

I hope this helps.

 

Best Regards,

Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Wednesday, July 13, 2011 5:38 AM

Hi omnicoder,

 

Welcome to the MSDN forum.

 

First, could you please let me know what your OS and Service Pack level is?

 

Second, let’s browse to the location c:\windows\winsxs folder and rename the folder” winsxs” to “winsxs.old”.

Then try installing the security update and check if it helps.

 

Here are some general suggestions:

·         Complete or dismiss Windows Updates before installation (but turn on Windows Update service).

·         Clean up your “%temp%” folder (Start>>Run>>%temp%).

·         Check if there are any anti-virus or antispyware applications running. Make sure they are turned off during installation.

·         Run the setup file with Administrator privileges: Right-click the installer > Run as administrator.

 

This type of error will result in a more detailed error message being logged to the file “c:\windows\logs\cbs\cbs.log”. It might help to search for this error code in this cbs.log file and see if it helps narrow down the root cause further.

 

If you have any other concerns, please feel free to let me know.

 

Best Regards,

Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Wednesday, July 13, 2011 12:54 PM

Hi omnicoder,

 

Welcome to the MSDN forum.

 

First, could you please let me know what your OS and Service Pack level is?

 

Second, let’s browse to the location c:\windows\winsxs folder and rename the folder” winsxs” to “winsxs.old”.

Then try installing the security update and check if it helps.

 

Here are some general suggestions:

·         Complete or dismiss Windows Updates before installation (but turn on Windows Update service).

·         Clean up your “%temp%” folder (Start>>Run>>%temp%).

·         Check if there are any anti-virus or antispyware applications running. Make sure they are turned off during installation.

·         Run the setup file with Administrator privileges: Right-click the installer > Run as administrator.

 

This type of error will result in a more detailed error message being logged to the file “c:\windows\logs\cbs\cbs.log”. It might help to search for this error code in this cbs.log file and see if it helps narrow down the root cause further.

OS: Windows 7 SP1

I renamed winsxs after taking ownership of it but this caused the installer to fail to start due to Side-by-Side configuration errors so I had to rename it back. I cleared my temp folder and turned my antivirus off- no difference. And I've always been running it as administrator.

And the error in cbs.log is already in my first post (the error dialog omitted the HRESULT so I used cbs.log to get the full error message before asking.)


Wednesday, July 13, 2011 9:55 PM

I posted on the last post on the forums about this with no answer.  I am yet to see a result offered that works. 

Same problem. 

Product: Microsoft Visual C++ 2005 Redistributable (x64) -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC80.ATL,type="win32",version="8.0.50727.42",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64"'. Please refer to Help and Support for more information. HRESULT: 0x80070246. assembly interface: IAssemblyCacheItem, function: Commit, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}

Have tried:

  • Downloading a fresh install of the file
  • Deleting my Temp folder contents and attempting to install again.
  • Installing the file as Administrator Turning the computer off... and then back on again (just because they always tell you too...)
  • Turning off all Antivirus software and firewalls before trying to install
  • Deleting completely and trying to reinstall.
  • Running the windows service tool and then trying to install
  • Sacrificing a goat to the great god imhotep None of the above has worked 

Help!


Friday, July 15, 2011 1:47 PM

Hi Devanesc,

 

Thank you for your post.

 

First, I recommend you create a new thread to ask for your question.

 

Second, I suggest you follow the steps mentioned here: http://support.microsoft.com/kb/942968

 

Thanks.

 

Best Regards,

Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Tuesday, July 19, 2011 6:51 AM

Hi Omnicoder,

 

Thank you for your reply.

 

First, I recommend you use .NET Framework Verification Tool to verify the .NET Frameworks you have installed.

.NET Framework Verification Tool: http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx

 

If you have installed .NET Framework 1.1, I recommend you uninstall it and try to install Visual C++ 2005 Redistributable

 

If you have any other concerns, please feel free to let me know.

 

Best Regards,

Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Tuesday, July 19, 2011 11:25 AM

Validation of 1.1 failed with a lot of errors: (however VC++ Redist 2005 would not install even after uninstalling it.)

[07/19/11,07:11:27] ****ERROR**** Key: HKCR\CLSID\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\InprocServer32\1.0.5000.0
    Value: Class
    Expected Data:  Microsoft.IE.Manager
    Actual Data:    NOT FOUND
[07/19/11,07:11:27] ****ERROR**** Key: HKCR\CLSID\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\InprocServer32\1.0.5000.0
    Value: Assembly
    Expected Data:  IEHost, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    Actual Data:    NOT FOUND
[07/19/11,07:11:27] ****ERROR**** Key: HKCR\CLSID\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\InprocServer32\1.0.5000.0
    Value: RuntimeVersion
    Expected Data:  v1.1.4322
    Actual Data:    NOT FOUND
[07/19/11,07:11:27] ****ERROR**** Key: HKCR\CLSID\{3024B989-5633-39E8-B5F4-93A5D510CF99}\Implemented Categories\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}
    Value: 
    Expected Data:  
    Actual Data:    NOT FOUND
[07/19/11,07:11:26] ****ERROR**** Key: HKCR\CLSID\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\InprocServer32\1.0.5000.0
    Value: Class
    Expected Data:  System.Runtime.Serialization.Formatters.InternalRM
    Actual Data:    NOT FOUND
[07/19/11,07:11:26] ****ERROR**** Key: HKCR\CLSID\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\InprocServer32\1.0.5000.0
    Value: Assembly
    Expected Data:  mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Actual Data:    NOT FOUND
[07/19/11,07:11:26] ****ERROR**** Key: HKCR\CLSID\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\InprocServer32\1.0.5000.0
    Value: RuntimeVersion
    Expected Data:  v1.1.4322
    Actual Data:    NOT FOUND
[07/19/11,07:11:26] ****ERROR**** Key: HKCR\CLSID\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\InprocServer32\1.0.5000.0
    Value: Class
    Expected Data:  System.Runtime.Serialization.Formatters.SoapMessage
    Actual Data:    NOT FOUND
[07/19/11,07:11:26] ****ERROR**** Key: HKCR\CLSID\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\InprocServer32\1.0.5000.0
    Value: Assembly
    Expected Data:  mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Actual Data:    NOT FOUND
[07/19/11,07:11:26] ****ERROR**** Key: HKCR\CLSID\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\InprocServer32\1.0.5000.0
    Value: RuntimeVersion
    Expected Data:  v1.1.4322
    Actual Data:    NOT FOUND

Thursday, July 21, 2011 2:04 PM

Hi Omnicoder,

 

Thank you for your reply.

 

I recommend you take a look at this page: http://support.microsoft.com/kb/970652/en-us?p=1

Then please try the solution provided: http://support.microsoft.com/default.aspx?scid=kb;en-us;946414

 

I also find a webpage about your issue: http://www.vistax64.com/vista-general/83464-problem-installing-microsoft-visual-c-2005-a.html

 

I hope this helps.

 

Best Regards,

Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Thursday, July 21, 2011 5:13 PM

Nothing on those pages solved the problem.


Tuesday, June 27, 2017 10:13 PM

blabla