aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-16 16:10:48 +0200
committerSimon Rozman <simon@rozman.si>2019-04-16 16:11:24 +0200
commit1031ad44da0dff179b5ce1da9d8b22993df6239c (patch)
treebe6d1238a66a4236a2769bcd200b9325b215ddcd /README.md
parentReintroduce Windows 7 support (diff)
downloadwintun-1031ad44da0dff179b5ce1da9d8b22993df6239c.tar.xz
wintun-1031ad44da0dff179b5ce1da9d8b22993df6239c.zip
Add MSM packaging support
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 401ee15..0185b43 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ This is a layer 3 TUN driver for Windows 7, 8, 8.1, and 10. Originally created f
- [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/)
- [Windows Driver Kit for Windows 10](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk)
+- [WiX Toolset 3.11.1](http://wixtoolset.org/releases/)
## Digital Signing
@@ -45,7 +46,9 @@ nmake [<target>] [CFG=<configuration>] [PLAT=<platform>]
- `clean`: Deletes all intermediate and output files.
- - `dvl`: Runs Static Driver Verifier, which includes a clean driver build, and creates a Driver Verification Log in `wintun.DVL.XML` file. Release configurations only. When you are ready to test your driver using the Windows Hardware Certification Kit (HCK), you need to copy the `wintun.DVL.XML` file to the `%SystemDrive%\DVL` directory on the test computer.
+ - `dvl`: Runs Static Driver Verifier, which includes a clean driver build, and creates a Driver Verification Log in `wintun.DVL.XML` file. Release configurations only. When you are ready to test your driver using the Windows Hardware Certification Kit (HCK), you need to copy the `wintun.DVL.XML` file to the `%SystemDrive%\DVL` directory on the test computer.
+
+ - `msm`: Builds Microsoft Installer Merge Module in `<output folder>\wintun.msm`. This target requires the driver to be built first (e.g. `nmake build msm` or `nmake dvl msm`).
The driver output folder is: