aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-17 23:00:37 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-17 23:00:37 +0100
commite70cabae68bd9f12d64b2b269bd80a8b617c338c (patch)
tree6a2ae9a5bd9cc281e4e30b74b0f5f61bb1e21767 /installer
parentconf: delay removal of old configs until next reboot (diff)
downloadwireguard-windows-e70cabae68bd9f12d64b2b269bd80a8b617c338c.tar.xz
wireguard-windows-e70cabae68bd9f12d64b2b269bd80a8b617c338c.zip
installer: disable ROLLBACK
This causes more problems than it solves. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer')
-rw-r--r--installer/wireguard.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 2757c882..50a10118 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -46,6 +46,7 @@
<Property Id="ARPURLINFOABOUT" Value="https://www.wireguard.com/" />
<Property Id="ARPNOMODIFY" Value="yes" />
<Property Id="DISABLEADVTSHORTCUTS" Value="yes" />
+ <Property Id="DISABLEROLLBACK" Value="yes" />
<Property Id="MSIDISABLERMRESTART" Value="1" />
<Property Id="MSIRMSHUTDOWN" Value="1" />