aboutsummaryrefslogtreecommitdiffstats
path: root/installer/resources.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* api: installer: switch from MSM to ZIP distributionSimon Rozman2020-10-301-50/+0
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: ARM64 is always Windows 10Simon Rozman2020-10-301-0/+2
| | | | | | | | | | | | | | 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>
* Rewrite installer logic in CJason A. Donenfeld2019-08-021-0/+48
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>