Few warnings after Installing VS2015 Community Edition with ISO

1

I finished installing VS2015 on windows 7, 64-bit, but have the following warnings:

enter image description here

[Note that the error code of the last one is 0x80070490, too].

It doesn't seem to be a similar case to this one, and I couldn't find any helpful help out there. Any help is welcomed.

visual-studio-2015
installation
asked on Stack Overflow Oct 9, 2016 by OfirD • edited May 23, 2017 by Community

1 Answer

0

The error code ‘0x80091007’ means the hash value is not correct, you need to check the integrity of the ISO file. You can use the fciv.exe tool to check the SHA1 value of the ISO, the expected value comes from here, any discrepancy means the ISO is corrupted.

Since the update ‘KB3165756’ install failed, you can go to KB3165756 and manually download the installer and save it to a new, empty folder, then use it to install.

Meanwhile, in case the internet connection is not good on your local that caused this issue, you can try to create an offline installer package using the /layout switch, for the detail information, you can also find from the above KB3165756 document link.

answered on Stack Overflow Oct 10, 2016 by Sara Liu - MSFT

User contributions licensed under CC BY-SA 3.0