aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater/msirunner_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* updater,version: simplify code locationsJason A. Donenfeld2021-01-251-116/+0
* global: update headersJason A. Donenfeld2020-11-221-1/+1
* manager: allow S-1-5-32-556 users to launch a limited UIJason A. Donenfeld2020-11-221-1/+0
* updater: BOOLEAN is a char, whereas BOOL is an intJason A. Donenfeld2020-11-171-2/+2
* updater: SetFileInformationByHandle moved into x/sysJason A. Donenfeld2020-11-171-11/+1
* updater: handle deletion more smoothlyJason A. Donenfeld2020-11-171-5/+47
* conf: move configuration to C:\Program Files\WireGuard\DataJason A. Donenfeld2020-11-161-3/+5
* global: use SECURITY_DESCRIPTOR apis from x/sys/windowsJason A. Donenfeld2019-09-231-3/+2
* updater: use correct length for security attributesJason A. Donenfeld2019-09-231-1/+1
* global: cleanup TODO comment spacingJason A. Donenfeld2019-06-071-2/+2
* global: use filepath.Join uniformlyJason A. Donenfeld2019-05-251-5/+5
* manager: use winpipe instead of winioJason A. Donenfeld2019-05-231-2/+2
* global: regroup all importsJason A. Donenfeld2019-05-141-2/+3
* service: allow go to create correct environment blockJason A. Donenfeld2019-05-131-2/+1
* updater: move into managerJason A. Donenfeld2019-05-061-9/+62
* updater: use /qb!- instead of /qb-Jason A. Donenfeld2019-05-021-1/+1
* updater: don't pass full paths to msiexecJason A. Donenfeld2019-05-011-4/+3
* installer: stop/uninstall/start all WireGuard servicesJason A. Donenfeld2019-04-301-1/+1
* updater: use /qb instead of /quietJason A. Donenfeld2019-04-291-1/+1
* updater: add initial skeletonJason A. Donenfeld2019-04-291-0/+32