aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 14:10:56 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 14:10:56 +0200
commitc91cac07f9065b8e01031ddc52d369438dc1bd36 (patch)
treeb0df5d01423fd22a268e2bc49d91e8787f62cefb /README.md
parentinstaller: fix typos (diff)
downloadwintun-c91cac07f9065b8e01031ddc52d369438dc1bd36.tar.xz
wintun-c91cac07f9065b8e01031ddc52d369438dc1bd36.zip
Note sha256 issue
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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