From c91cac07f9065b8e01031ddc52d369438dc1bd36 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 26 Apr 2019 14:10:56 +0200 Subject: Note sha256 issue Signed-off-by: Jason A. Donenfeld --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b24f454..d9ad60d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ AMD64 Release | `amd64\Release\wintun` ARM64 Debug | `arm64\Debug\wintun` ARM64 Release | `arm64\Release\wintun` -### Building Microsoft Installer Merge Modules +#### Building Microsoft Installer Merge Modules 1. `msbuild wintun.proj /t:DVL;Build`. 2. Perform Windows Hardware Lab Kit tests. @@ -75,6 +75,7 @@ ARM64 Release | `arm64\Release\wintun` 5. `msbuild wintun.proj /t:MSM` 6. MSM files are placed in `dist` subfolder. +Note: due to the use of SHA256 signatures throughout, Windows 7 users who would like a prompt-less installation generally need to have the [KB2921916 hotfix](https://support.microsoft.com/en-us/help/2921916/the-untrusted-publisher-dialog-box-appears-when-you-install-a-driver-i) installed, which can be obtained from these mirrors: [amd64](https://download.wireguard.com/windows-toolchain/distfiles/Windows6.1-KB2921916-x64.msu) and [x86](https://download.wireguard.com/windows-toolchain/distfiles/Windows6.1-KB2921916-x86.msu). ## Usage -- cgit v1.2.3-59-g8ed1b