wintun/installer
Simon Rozman 6a65b11231 installer: ARM64 is always Windows 10
ARM64 support was introduced in Windows 10. There is no need to pack the
EV signed ARM64 driver for older Windows releases.

The only use-case we do want to pack an EV signed ARM64 driver (or test
signed) in the installer.dll is when we are doing the rundll32.exe
tests. Therefore, the Debug version still packs it.

If there is no driver available to pack, fail at compile time - rather
than build an installer.dll that would fail at runtime.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-10-30 16:50:58 +01:00
..
exports.def Rewrite installer logic in C 2019-08-02 09:43:32 +00:00
installation.c installer: ARM64 is always Windows 10 2020-10-30 16:50:58 +01:00
installation.h Rewrite installer logic in C 2019-08-02 09:43:32 +00:00
installer.vcxproj installer: ARM64 is always Windows 10 2020-10-30 16:50:58 +01:00
installer.vcxproj.filters Use WiX directly rather than via WiX's MSBuild 2019-08-05 17:14:27 +02:00
installer.wxs Reschedule EvaluateWintun between InstallInitialize and InstallFinalize 2020-02-29 19:39:11 +08:00
msi.c Rewrite installer logic in C 2019-08-02 09:43:32 +00:00
resources.rc installer: ARM64 is always Windows 10 2020-10-30 16:50:58 +01:00
rundll32.c installer: improve resource freeing flow 2019-10-04 08:52:58 +00:00