Reputation: 6626
Visual Studio 2015 filed to install asp.net and web tools 2015
I tried more than one time also tried to repair Visual Studio i faced the same error.
also i tried to install the same ISO file on another machine and it worked fine
Upvotes: 4
Views: 5949
Reputation: 362750
What a ridiculous ordeal. I was finally able to resolve this error by manually installing the webtoolsextensionsvs14.msi
using msiexec and specifying a targetdir of c:\temp
. For some reason is was trying to create temp install files directly in c:\
msiexec /a webtoolsextensionsvs14.msi /qb /l* log.txt SKIP_SETUP=1 TARGETDIR=
c:\temp
Upvotes: 6
Reputation: 306
Thank you for reporting this. I will try to help you resolve this and do have a few questions.
Thanks, Jacques
Upvotes: 1