Open mokurin000 opened 2 months ago
Hmm. In order to have all those separate WinSDK versions in parallel, I presume you have done multiple installs into the same directory tree.
Can you reproduce the same issue if you remove/rename your old ~/.vs
directory and do a new fresh install into it, where there presumably only should be one single WinSDK version?
Hmm. In order to have all those separate WinSDK versions in parallel, I presume you have done multiple installs into the same directory tree.
I remember the script failed serveral times because /tmp is too small at the first
And after a msiextract
missing error ~/.vs was removed, I installed the dependencies and rerun script, everything goes fine
Can you reproduce the same issue if you remove/rename your old
~/.vs
directory and do a new fresh install into it, where there presumably only should be one single WinSDK version?
lemme try later
Environment: Kali 2024-05-30
I have installed msvc by running scripts from master branch, c45cfe74a44
without any error.
if I run
~/.vs/bin/x64/msbuild
, I get nothing But the commandFailed with the output:
While it's obviously installed.