Error while installing visual studio 2013 pro - visual-studio

I get this error when i try to install visual studio 2013 pro update 3 even after multipile restarts.
I am using windows 8.1.
Image of the error:
http://i.stack.imgur.com/KpzrP.png
Error Log:
http://pastebin.com/9dpY0fzZ

It may be that you have tried to install the program before and that it corrupted some files, try downloading a remover.
I have had this problem with programs like malwarebytes before so i hope this also works for you. (but beware of virussus :D)

Related

Couldn't install "packageName" and "anotherPackageName"

I am switching to Visual Studio 2022 for .Net core 3.1 but Installer can't install two packages.
I tried uninstall and reinstall too much but it cannot resolve this problem.
Errors:
Couldn't install Microsoft.VisualStudio.MinShell.Interop.Shared.Msi
Couldn't install Microsoft.AspNetCore.SharedFramework.6.0.6.0.1-servicing.21567.14.x64
How can I fix it? Can you help me?
Deep Note: I'm using Windows 10 home single language.
I fixed this problem, my message code is 1911 (you can see on logs).
If you have same problem you can follow this way:
Open Command prompt as administrator.
Type "sfc /scannow".
Reboot your computer when the process is complete.
Repair the Visual Studio installation.

Visual Studio 2017 installer fails to install KB2533623

I'm trying to install Visual Studio 2017 Community via web installer on my Windows 7 laptop and it fails, returning me this log:
dd_setup_..._error.log (translated into English from me, since it was in German)
Package "WindowsUpdates.KB2533623,version=15.0.26711.1,chip=x64" could not be installed.
Search-URL
https://aka.ms/VSSetupErrorReports?q=PackageId=WindowsUpdates.KB2533623;PackageAction=Install;ReturnCode=1168
Details
Command executed: "C:\Windows\system32\dism.exe" /online /quiet /norestart /add-package /packagepath:"C:\Users\User\AppData\Local\Temp\462b07d7-22c4-4fb6-8bd8-78e9e210c711\Windows6.1-KB2533623-x64.cab" /logPath:"C:\Users\User\AppData\Local\Temp\dd_setup_20170916213606_141_WindowsUpdates.KB2533623.log"
Code returned: 1168
Codedetails returned: Element not found.
KB2533623 is not installed at my Laptop, so I tried to install KB2533623 x64 by myself, but it's rejecting with the words "The update is not applicable to your computer".
After some research I found SCCMENTOR who is claiming KB2533623 is superseded by KB2758857, so I tried to uninstall KB2758857, first. There was an error that I could not uninstall all updates. Repeating the step in a local system CMD with wusa /uninstall /kb:2758857 returned 0x80070490. Microsoft suggests to scan the system for corrupt files with sfc /scannow, so I did. It found some errors and fixed them.
I repeated wusa /uninstall /kb:2758857 and it returned 0x80070bc9. Then I restarted and tried it another time and it gives me 0x80070490, again.
I'm not sure I'm on the right path, maybe KB2533623 is not the problem here. How can I fix the problem, so the Visual Studio installer is able to install KB2533623 that is required by so many components of the suite? If KB2533623 is really superseded by KB2758857, why the installer tries to install KB2533623 at all, if KB2758857 is already installed on my laptop?
Microsoft fixed it in Visual Studio 2017 15.5 Preview 3
Visual Studio 2017 15.3 installation fails with „Failed to install WindowsUpdates.KB2533623“ error message.
Visual Studio 2017 install fails due to missing Windows6.1-KB2533623-x64.cab.
So wait for the Final of the Visual Studio 2017 version 15.5 and use the updated installer.
​Hello people!
I had the same problem, and I found that the KB2533623 superseded by KB2758857.
I checkout if this update was installed in my PC. You can check it running this command:
wmic qfe list | find "2758857"
This will show something like this if it was installed:
http://support.microsoft.com/?kbid=2758857 MyMachine Security Update KB2758857 AUTORIDADE NT\SISTEMA 9/2/2016
So, I removed it with this command:
wusa /uninstall /kb:2758857
After this I can install with success the visual studio 2017.
I hope it can help you.

Unable to install VS10

everything is normal until I format my computer and try to install VS10 . Every time I try to install it returns me an error ..
Log:
http://pastebin.com/pyTRwY7n
Anyone know how can i fix this problem? i already try to install newer version but not sucess
Windows 7 Ultimate 64bits SP1
[06/30/16,12:36:00] Microsoft Visual Studio 2010 Professional - ENU:
[2] ERROR_INSTALL_PACKAGE_INVALID returned in CRootComponent::Install;
the following file is invalid:
c:\users\rca\downloads\microsoft.visual.studio.2010.professional\vs_setup.msi
According to your log, your installer is corrupted.
Try to re-download or you can try the help in the below sources:
http://geekswithblogs.net/BobHardister/archive/2011/03/29/resolving-visual-studio-2010-sp1-install-problems.aspx
https://social.msdn.microsoft.com/Forums/en-US/0199518b-a0a9-4d1d-ac4f-1ce3613d3fe2/error-installing-vs2010-on-windows-7-ultimate?forum=vssetup
I hope it help.
Problem Solved :
Tools used : memtest86+ | http://www.memtest.org/
My computer was a damaged memory comb. After testing and removing the same , everything was back to work normally :)

Error installing Visual Studio 2015 on my Windows 10 system

Your help will be appreciated...
When i try to install Visual Studio 2015 it throws an error while installing Team Explorer for Microsoft Visual Studio 2015.
I tried installing from ISO, even extracted the content of it and tried to install from it too... but in vein.
Here is the screenshot of the error
]
LOG file is attached too
https://www.dropbox.com/s/npnp5r44z3azj8t/dd_vs_enterprise_20160301132449.log?dl=0
I finally reinstalled my Windows 10 and same ISO worked

Visual Studio 2015 Preview install error

I am trying to install the new preview for Visual studio 2015, every time I run the installer I get the error:
This version of Visual Studio requires the April 2014 update to Windows 8.1 and Windows Server 2012 R2 known as KB 2919355.
I have run the windows updater, so don't know what the problem is.
Has anyone else had this problem, and if so how did you fix it?
When I've tried to install KB 2919355 - I got next message:
this update is not applicable to your windows...
Than from '''Known issues with this update''' section I've installed next updates:
2939087
2975061
Rebooted system and installed 2919355 update again.
This was my major problem after a fresh install of Windows 8.1 Pro. When i was trying to install Visual Studio Community it required the KB 2919355 and i was more careful and downloaded the specific update for x64 system architecture.. and it worked for me !

Resources