aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-05 14:01:21 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-05 14:01:21 +0200
commite64de87e6418fb1938e264d6d21271caac25818f (patch)
tree92096c6a7a4eb82d7ac14d7d590026bbc7f387bb /installer
parentui: lock to OS thread (diff)
downloadwireguard-windows-e64de87e6418fb1938e264d6d21271caac25818f.tar.xz
wireguard-windows-e64de87e6418fb1938e264d6d21271caac25818f.zip
service: use WireGuardTunnel$ prefix
Diffstat (limited to 'installer')
-rw-r--r--installer/installer.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/installer.wxs b/installer/installer.wxs
index 900c8a31..b2f22034 100644
--- a/installer/installer.wxs
+++ b/installer/installer.wxs
@@ -37,9 +37,9 @@
<File Source="..\wireguard.exe" KeyPath="yes">
<Shortcut Id="WireGuardStartMenuShortcut" Directory="ProgramMenuFolder" Name="WireGuard" Description="WireGuard: Fast, Modern, Secure VPN Tunnel" WorkingDirectory="INSTALLFOLDER" Advertise="yes" />
</File>
- <ServiceControl Id="RemoveWireGuardManagerService" Name="WireGuard Manager" Remove="both" Stop="both"></ServiceControl>
- <ServiceControl Id="RemoveWireGuardTunnelServices" Name="WireGuard Tunnel: test" Remove="both" Stop="both"></ServiceControl>
- <!-- TODO: "test" is just a temporary hack. We need to enumerate all services that are "WireGuard Tunnel: *" and remove those. -->
+ <ServiceControl Id="RemoveWireGuardManagerService" Name="WireGuardManager" Remove="both" Stop="both"></ServiceControl>
+ <ServiceControl Id="RemoveWireGuardTunnelServices" Name="WireGuardTunnel$test" Remove="both" Stop="both"></ServiceControl>
+ <!-- TODO: "test" is just a temporary hack. We need to enumerate all services that are "WireGuardTunnel$*" and remove those. -->
</Component>
</ComponentGroup>