Skip to content

Commit

Permalink
Updated to WDK 10.0.19041.685 and added call to install WDK VSIX pack…
Browse files Browse the repository at this point in the history
…age (#5)

Co-authored-by: Christopher Hall <[email protected]>
  • Loading branch information
situssoft and Christopher Hall committed May 5, 2021
1 parent d0e7014 commit 4ec6167
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
. (Join-Path $(Split-Path -parent $MyInvocation.MyCommand.Definition) 'common.ps1')

Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -checksum $checksum -checksumType $checksumType -validExitCodes $validExitCodes
Install-VisualStudioVsixExtension -PackageName "WDK" -VsixUrl "${env:ProgramFiles(x86)}\Windows Kits\10\Vsix\VS2019\WDK.vsix"
4 changes: 2 additions & 2 deletions tools/common.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = 'WindowsDriverKit10'
$installerType = 'EXE'
$url = 'http:https://download.microsoft.com/download/1/4/0/140EBDB7-F631-4191-9DC0-31C8ECB8A11F/wdk/wdksetup.exe'
$url = 'https:https://download.microsoft.com/download/c/f/8/cf80b955-d578-4635-825c-2801911f9d79/wdk/wdksetup.exe'
$silentArgs = '/features + /q /norestart'
$validExitCodes = @(0)
$checksum = '334BDE819DE7300A9DA8CA1DE50947E9E3A70EAD'
$checksum = '8fe98523d0dda019cd24b7fdb4241f7e9dd63f24'
$checksumType = 'sha1'
2 changes: 1 addition & 1 deletion windowsdriverkit10.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>windowsdriverkit10</id>
<title>Windows Driver Kit 10</title>
<version>10.0.17763</version>
<version>10.0.19041.685</version>
<authors>Microsoft</authors>
<owners>Nicolas Schneider</owners>
<summary>This is the WDK Version 10 for use with Visual Studio 2017.</summary>
Expand Down

0 comments on commit 4ec6167

Please sign in to comment.