Data-Oriented-House / PortableBuildTools

Portable VS Build Tools installer
571 stars 18 forks source link

Error during cleanup: `failed to delete the file: %INSTALL_ROOT%\Windows Kits\10\bin\10.0.18362.0\chpe` #19

Open perrylets opened 1 month ago

perrylets commented 1 month ago

I first ran the tool with the options:

and it worked perfectly, but when I ran it again with the options:

An error message appeared during cleanup saying failed to delete the file: D:\Apps\BuildTools\18362\Windows Kits\10\bin\10.0.18362.0\chpe Error message

When I check D:\Apps\BuildTools\18362\Windows Kits\10\bin\10.0.18362.0 it only has the folders:

So either chpe existed, was deleted, but for some reason there was an error, or PortableBuildTools is trying to delete something that doesn't exist in the first place.

If the error is related to having two MSVC installations with different SDKs I'll have to find something else because Aseprite needs the 18362 version of the SDK to build.

munohikari commented 1 month ago

Please try binary see if any errors occur: https://github.com/Data-Oriented-House/PortableBuildTools/releases/download/v2.4a/pbt_v2.4a.exe

perrylets commented 1 month ago

I still have the same error