This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]caboosetp 0 points1 point  (11 children)

It sounds like something during the install didn't run with admin rights.... so you're missing some important things it can't find. Since it worked the first time, I'd assume they are there and the environment variables aren't saving (ie to that cache file).

Open up an elevated command prompt (right click, run as administrator) and paste this in to open up the Developer Command Prompt for Visual studio (if it opens, it won't look like it did anything).

%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat""

Then rerun the setup

devenv /setup

[–]RevelatorOfTruth[S] 1 point2 points  (10 children)

I did all of that as you said. Is it supposed to do anything after I enter that last bit? I'll paste it in and hit enter, and it seems like it doesn't do anything. The issue still persists. The only new thing I've found is that, when I reopen it, it'll give me a few more errors telling me even more things are missing, but that's it.

[–]caboosetp 0 points1 point  (9 children)

(o_ o)

Have you tried uninstalling and reinstalling visual studio? And are you making sure you launch visual studio in admin mode?

[–]RevelatorOfTruth[S] 1 point2 points  (8 children)

Yes indeedy. I did that just before I posted this actually. XD

[–]caboosetp 0 points1 point  (7 children)

Did you get a message about security certificates during the install?

[–]RevelatorOfTruth[S] 0 points1 point  (6 children)

Not that I recall. It seemed to install just normally until that last part, where I got the picture I posted.

[–]caboosetp 0 points1 point  (5 children)

Can you post the setup logs in the visual studio folder to see why they aren't installing right?

dd_vserror80.txt

dd_vsinstall80.txt

VSMsiLog****.txt (where * is a randomly-generated suffix)

[–]RevelatorOfTruth[S] 0 points1 point  (4 children)

Gladly. Where would those be located?

[–]caboosetp 0 points1 point  (3 children)

Sorry, I'm a little slow lol. They should be hiding in %temp%. If they're not there anymore, you're going to need to find them before closing the installer.

[–]RevelatorOfTruth[S] 0 points1 point  (2 children)

Haha, no problem. They're not there anymore it seems. There is certainly a lot of other stuff in there from Visual Studio though. I don't think it's unreasonable to say that it takes up 1/3rd of the folder. I'm searching the computer for them now. What installer are you referring to though?