aboutsummaryrefslogtreecommitdiffstats
path: root/installer/installation.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* api: installer: switch from MSM to ZIP distributionSimon Rozman2020-10-301-666/+0
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: ARM64 is always Windows 10Simon Rozman2020-10-301-1/+7
| | | | | | | | | | | | | | 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>
* installer: improve resource freeing flowJason A. Donenfeld2019-10-041-10/+13
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Free interface list when aborting in installerJason A. Donenfeld2019-08-021-1/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Rewrite installer logic in CJason A. Donenfeld2019-08-021-0/+654
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>