aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* installer: remove window flash and add loggingJason A. Donenfeld2019-05-013-43/+94
|
* installer: stop/uninstall/start all WireGuard servicesJason A. Donenfeld2019-04-302-4/+52
| | | | | | | Also clean up quite a few things. Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* updater: add initial skeletonJason A. Donenfeld2019-04-292-4/+1
|
* build: backport security attributes helper from 1.13Jason A. Donenfeld2019-04-281-2/+2
|
* installer: new checksums for working msmJason A. Donenfeld2019-04-261-2/+2
|
* installer: build: ignore ICE30 introduced with WHLK/EV Wintun switchingSimon Rozman2019-04-261-1/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: build: curl doesnt set %errorlevel%Jason A. Donenfeld2019-04-251-1/+1
|
* build: remove alignment whitespaceJason A. Donenfeld2019-04-251-3/+3
| | | | Simon likes this, but I usually don't.
* build: extend to build x86 and amd64Simon Rozman2019-04-251-1/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: unify dependency downloadingSimon Rozman2019-04-251-13/+11
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: prevent double quoting when substituting batch parametersSimon Rozman2019-04-251-2/+2
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: Use more clever shortcut installation and dirtier upgradesJason A. Donenfeld2019-04-252-18/+10
|
* installer: hardcode to 0.0.1 for nowJason A. Donenfeld2019-04-251-0/+3
|
* build: improve signature and version situationJason A. Donenfeld2019-04-251-9/+11
|
* installer: redesignSimon Rozman2019-04-246-115/+193
| | | | | | | | | | | | - Switch from installer.wixproj to build.bat file eliminating MSBuild (Visual Studio) from the list of requirements and adding support for x86 packaging. - Reorganize .wxs in a bit more human-friendly way. Maybe. - Switch to Wintun MSMs - MSM files have to be manually injected in .deps folder until officially available. - Start menu shortcut implemented by the book. Signed-off-by: Simon Rozman <simon@rozman.si>
* service: use WireGuardTunnel$ prefixJason A. Donenfeld2019-04-051-3/+3
|
* installer: add TODO nitsJason A. Donenfeld2019-04-031-1/+2
|
* installer: overwrite old verison with same versionJason A. Donenfeld2019-03-131-1/+1
|
* installer: bring to foreground using shellexec processJason A. Donenfeld2019-03-091-1/+1
| | | | | | The additional shell indirection causes the process calling SetForegroundWindow to have been a foreground window itself, so that it succeeds.
* installer: add basic wix skeletonJason A. Donenfeld2019-03-092-0/+114