aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-13 11:59:23 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-13 11:59:23 +0200
commit1f2c9573d4bf791e5b1503f7a44af74103ea0508 (patch)
tree134b8513ae049604eaf1f032e28c6771b4fa212b /installer/wireguard.wxs
parentversion: bump (diff)
downloadwireguard-windows-1f2c9573d4bf791e5b1503f7a44af74103ea0508.tar.xz
wireguard-windows-1f2c9573d4bf791e5b1503f7a44af74103ea0508.zip
installer: remove sidtype compat code
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer/wireguard.wxs')
-rw-r--r--installer/wireguard.wxs8
1 files changed, 0 insertions, 8 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 5680567b..12fcb585 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -142,13 +142,5 @@
<!-- TODO: this should not launch when msiexec is called with whatever flag means it shouldn't launch. -->
<Custom Action="LaunchApplication" After="PublishProduct">NOT Installed</Custom>
</InstallExecuteSequence>
-
- <!--
- TODO: Remove me no later than July 2019. This is so that pre-0.0.9 upgrades go smoothly.
- -->
- <CustomAction Id="REMOVEME_EnableServiceSidType" BinaryKey="customactions.js" JScriptCall="REMOVEME_EnableServiceSidType" Execute="deferred" Impersonate="no"/>
- <InstallExecuteSequence>
- <Custom Action="REMOVEME_EnableServiceSidType" After="StopServices"/>
- </InstallExecuteSequence>
</Product>
</Wix>