aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/installer.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-091-0/+65
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>