Jake-Shadle / xwin

A utility for downloading and packaging the Microsoft CRT & Windows SDK headers and libraries needed for compiling and linking programs targeting Windows.
Apache License 2.0
416 stars 40 forks source link

Failure finding cab files #126

Open wasabii opened 5 months ago

wasabii commented 5 months ago

./bin/xwin --accept-license --cache-dir /tmp/xwincache --arch x86,x86_64,aarch64 splat --include-debug-libs --preserve-ms-arch-notation --output ./../dist/win

As of today I'm receiving this error:

Error: no cab files were referenced by the MSI

I'd be happy to help more with digging into whatever MS changed, but unfortunately I don't have the capability presently to get a more detailed error.

wasabii commented 5 months ago

It's the new SDK version: 10.0.26100.0

joostn commented 4 months ago

Yes, adding --sdk-version 10.0.22621 seems to work.