aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'installer/wireguard.wxs')
-rw-r--r--installer/wireguard.wxs8
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 737372c5..93c97d0c 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -130,5 +130,13 @@
<!-- 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>