Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install Windows SDK 26100 #51

Open
res2k opened this issue Jul 18, 2024 · 0 comments
Open

Can't install Windows SDK 26100 #51

res2k opened this issue Jul 18, 2024 · 0 comments

Comments

@res2k
Copy link

res2k commented Jul 18, 2024

Hi,
for a project I need the currently very latest release of the Windows SDK, 10.0.26100.0. Unfortunately, it fails to install with the script.

Example workflow run: https://github.com/res2k/HDRTray/actions/runs/9998795420/job/27638474691

Things of note:

  • There's no checking of success, it seems. The setup-winsdk action gives no indication that installation failed.
    It would be better if eg the return code of the installer was checked, and if the action failed if installation failed.
  • I added dumping of the install logs to the console to get to the bottom of the problem.
    As with error checking, would be great if the action could output those logs in the case of an error.
  • Given these logs I got to the problem: "ERROR: The following features specified by the /features switch are not available: OptionID.DesktopCPPARM". I guess they removed support for this. (DesktopCPPARM64 still seems to be supported.)
    Not sure how to deal with this. Option only could be included if version is < 26100. Or perhaps allow users of the action to exactly specify the features they need.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant