Following on from my earlier post describing my problems
installing Visual Studio 2012 RC. It turns out that some errant installer had set two values for my COMSPEC
environment variable:
ComSpec should only ever point to one copy of cmd.exe
- it’s not a set of options, just a way to find cmd.exe
when you need it.
Removing the second copy fixed things, and now VS2012RC installs just fine.
Of course, the next step is to try and identify why it got broken in the first place!
Comments
blog comments powered by Disqus