aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* installer: hardcode to 0.0.1 for nowJason A. Donenfeld2019-04-251-0/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: improve signature and version situationJason A. Donenfeld2019-04-251-9/+11
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* 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
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* installer: add TODO nitsJason A. Donenfeld2019-04-031-1/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* installer: overwrite old verison with same versionJason A. Donenfeld2019-03-131-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* 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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* installer: add basic wix skeletonJason A. Donenfeld2019-03-092-0/+114
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>