summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-11-08 16:28:12 +0100
committerDavid Lönnhager <david.l@mullvad.net>2022-11-08 18:14:50 +0100
commit3e4b34deeab8c1ee083e10fd161ff49b2cc09811 (patch)
treeb463c097e1c808774b5ae1fe54fb32ecc7a0b515
parent3c0d279b9b813b346157b2b97abad3a761e8049d (diff)
downloadmullvadvpn-3e4b34deeab8c1ee083e10fd161ff49b2cc09811.tar.xz
mullvadvpn-3e4b34deeab8c1ee083e10fd161ff49b2cc09811.zip
Don't abort if installer fails to clean up obsolete interfaces
-rw-r--r--dist-assets/windows/installer.nsh5
1 files changed, 0 insertions, 5 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh
index 444846a3a0..6bb3b5156a 100644
--- a/dist-assets/windows/installer.nsh
+++ b/dist-assets/windows/installer.nsh
@@ -796,11 +796,6 @@
${ExtractDriverlogic}
${RemoveAbandonedWintunAdapter}
- ${If} $R0 != 0
- MessageBox MB_OK "$R0"
- Goto customInstall_abort_installation
- ${EndIf}
-
${RemoveSplitTunnelDriver}
${If} $R0 != 0