You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/clientupdate
Andrew Lytvynov e561f1ce61
clientupdate: manually restart Windows GUI after update (#9906)
When updating via c2n, `tailscale.exe update` runs from `tailscaled.exe`
which runs as SYSTEM. The MSI installer does not start the GUI when
running as SYSTEM. This results in Tailscale just existing on
auto-update, which is ungood.

Instead, always ask the MSI installer to not launch the GUI (via
`TS_NOLAUNCH` argument) and launch it manually with a token from the
current logged in user. The token code was borrowed from
d9081d6ba2/net/dns/wsl_windows.go (L207-L232)

Also, make some logging changes so that these issues are easier to debug
in the future.

Updates #755

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
11 months ago
..
distsign clientupdate/distsign: add new prod root signing key to keychain 12 months ago
clientupdate.go clientupdate: manually restart Windows GUI after update (#9906) 11 months ago
clientupdate_test.go clientupdate: change Mac App Store support (#9891) 11 months ago
clientupdate_windows.go clientupdate: manually restart Windows GUI after update (#9906) 11 months ago
systemd_linux.go clientupdate: add linux tarball updates (#9144) 1 year ago
systemd_other.go clientupdate: add linux tarball updates (#9144) 1 year ago