Skip to content

Commit

Permalink
Remove deprecation statement and install vsix script.
Browse files Browse the repository at this point in the history
  • Loading branch information
middlemose authored Sep 20, 2024
1 parent d69790e commit e5fa023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
38 changes: 0 additions & 38 deletions .github/scripts/Install-Vsix.ps1

This file was deleted.

9 changes: 1 addition & 8 deletions Building-Locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,7 @@ To build the Windows Driver Samples you need a "driver build environment". In e
* The Windows Driver Kit.

### Option A: Use WDK NuGet Packages
* See [Download the Windows Driver Kit (WDK)](https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) for instructions on how to install Visual Studio, but only complete "Step 1". You do not need to install the SDK or the WDK.

> Deprecated
>* Install the Visual Studio Windows Driver Kit Extension (WDK.vsix).
> * Open Visual Studio -> Extensions -> Manage Extensions... -> Browse.
> * In the search bar type: `Windows Driver Kit`.
> * Find the `Microsoft` signed extension.
> * Click the Install button.
* See [Download the Windows Driver Kit (WDK)](https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) for instructions on how to install Visual Studio, but only complete `Step 1`. You do not need to install the SDK or the WDK.

Visual Studio now includes the Windows Driver Kit as an individual component. See [Option A](./Building-Locally.md#option-a-install-vs-components) from above.

Expand Down

0 comments on commit e5fa023

Please sign in to comment.