Displaying 2 results from an estimated 2 matches for "found_v140".
2014 Sep 30
2
[LLVMdev] Windows Installer
...removed?
>
> I hadn't tried the desktop icon option in a while, and now it seems to
> fail on my machine too. I'll try to figure out what's going on.
I looked at the script some more. It seems that it only loops back to
try x64 if VS 2014 is installed - i.e. at the end of the :Found_V140
section it does:
set SUCCESS = 1
GOTO START
Since I don't have VS 2014 installed, :TRY_V140 falls through to
:LOOPEND which does:
Set SUCCESS = 1
GOTO DONE
I added:
set SUCCESS = 1
GOTO START
at the end of :TRY_V140 and now the script installs the x64 toolsets too.
> T...
2014 Sep 30
2
[LLVMdev] Windows Installer
Hi Hans,
I think installer.bat found my visual Studio installation because it
installed the Win32 toolsets but not the x64 ones. (It took me a while
to work this out ;-) I installed the x64 toolsets by hand and they seem
to work.
I think the installer ran as administrator. I explicitly ran it that way
again (asking it to uninstall first) just to be sure. It didn't seem to
make any