Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Windows SDK Install

Actions
Allows to install locally the Windows SDK if needed
v1.0.1
Star (6)

Windows SDK Install action

This action allows to locally install the Windows SDK if needed.

This action is based on a script available in the Windows Community Toolkit here.

Requirements

  • A Windows runner

What's new

Refer here to the changelog.

Inputs

Input Required Example Default Value Description
version-sdk Yes 22621 Version of the Windows SDK to install
features Yes 'OptionId.UWPCPP,OptionId.DesktopCPParm64' Features of the Windows SDK to install (corresponding of the WinSDKSetup.exe /features switch) separated by a comma

The available features of the Windows 10/11 SDK are:

  • OptionId.WindowsPerformanceToolkit
  • OptionId.WindowsDesktopDebuggers
  • OptionId.AvrfExternal
  • OptionId.NetFxSoftwareDevelopmentKit
  • OptionId.WindowsSoftwareLogoToolkit
  • OptionId.IpOverUsb
  • OptionId.MSIInstallTools
  • OptionId.SigningTools
  • OptionId.UWPManaged
  • OptionId.UWPCPP
  • OptionId.UWPLocalized
  • OptionId.DesktopCPPx86
  • OptionId.DesktopCPPx64
  • OptionId.DesktopCPParm
  • OptionId.DesktopCPParm64

Usage

- uses: ChristopheLav/windows-sdk-install@v1
  with:
    version-sdk: 22621
    features: 'OptionId.UWPCPP,OptionId.DesktopCPParm64'

License

The scripts and documentation in this project are released under the MIT License

Windows SDK Install is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Allows to install locally the Windows SDK if needed
v1.0.1

Windows SDK Install is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.