innosetup to start/stop tunnel service (#180527)

* innosetup to start/stop tunnel service

* better messages for tunnel still running

* fix error

* more logs

* add '/log'

* update

* fix

* update

* add kill & timeout wait

* stop service in PrepareToInstall

* non-background: check for tunnel mutex when wizard starts

* polish tunnel mutex names, prompt if tunnel is still running
This commit is contained in:
Martin Aeschlimann
2023-05-19 11:07:43 +02:00
committed by GitHub
parent b930d45dfa
commit 42fcfb8bfc
4 changed files with 88 additions and 23 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
"win32AppUserModelId": "Microsoft.CodeOSS",
"win32ShellNameShort": "C&ode - OSS",
"win32TunnelServiceMutex": "vscodetunnelserviceoss",
"win32TunnelMutex": "vscodetunneloss",
"win32TunnelServiceMutex": "vscodeoss-tunnelservice",
"win32TunnelMutex": "vscodeoss-tunnel",
"darwinBundleIdentifier": "com.visualstudio.code.oss",
"linuxIconName": "code-oss",
"licenseFileName": "LICENSE.txt",