1
0
mirror of https://git.zx2c4.com/wireguard-windows synced 2024-11-10 16:59:18 +00:00
wireguard-windows/installer/fetcher
Simon Rozman dcc0eb72a0 fetcher: add /noprompt switch
Deploying WireGuard MSI using Microsoft Endpoint Manager (aka MS Intune)
falls short with poor Microsoft Endpoint Manager support: no ARM64
support, requires multiple per-architecture deployments...

Fetcher proves super-useful for automating WireGuard install. It
contains platform selection logic, MSI download, integrity check...

However, automated installation is an unattended process and the
wireguard-installer.exe must not block the process for any user prompts.

Signed-off-by: Simon Rozman <simon@rozman.si>
2023-01-23 14:22:34 +01:00
..
.gitignore fetcher: introduce downloader utility 2020-11-16 18:17:20 +01:00
constants.h global: bump date 2022-01-06 17:28:13 +01:00
crypto.c global: bump date 2022-01-06 17:28:13 +01:00
crypto.h global: bump date 2022-01-06 17:28:13 +01:00
fetcher.c fetcher: add /noprompt switch 2023-01-23 14:22:34 +01:00
filelist.c global: bump date 2022-01-06 17:28:13 +01:00
filelist.h global: bump date 2022-01-06 17:28:13 +01:00
icon.svg fetcher: introduce downloader utility 2020-11-16 18:17:20 +01:00
Makefile global: bump date 2022-01-06 17:28:13 +01:00
manifest.xml fetcher: introduce downloader utility 2020-11-16 18:17:20 +01:00
resources.rc global: bump date 2022-01-06 17:28:13 +01:00
systeminfo.c global: bump date 2022-01-06 17:28:13 +01:00
systeminfo.h global: bump date 2022-01-06 17:28:13 +01:00
version.h global: bump date 2022-01-06 17:28:13 +01:00