You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
It would be better if eg the return code of the installer was checked, and if the action failed if installation failed.
As with error checking, would be great if the action could output those logs in the case of an error.
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.
The text was updated successfully, but these errors were encountered: