MSBuild is not installed – I use MSVC 6.0 still. I would have discovered that was needed if I'd not been booted out of the CMD prompt ;-)
- mumble_myopia
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
MSBuild.exe
cannot be found, the exit
would exit even the parent cmd console. It should be exit /B
. Fixed:
MSBuild.exe
was not installed. Was it?
MSBuild.exe
existing (and where exactly?), the batch file stops on that line? It does not for me.
set
part definitely should not be there. That's mistake:
MSBuild.exe
is found.
cmd
console window, to see it)
if not exist "%MSBUILD%" set echo Cannot find MSBUILD (%MSBUILD%, %MSBUILD_COMMUNITY%), install Build Tools for Visual Studio 2022 & exit
set
as it didn't seem appropriate but made no difference. Replacing the line with
if not exist "%MSBUILD%" echo "Bloop"