diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-11-08 16:28:12 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-11-08 18:14:50 +0100 |
| commit | 3e4b34deeab8c1ee083e10fd161ff49b2cc09811 (patch) | |
| tree | b463c097e1c808774b5ae1fe54fb32ecc7a0b515 | |
| parent | 3c0d279b9b813b346157b2b97abad3a761e8049d (diff) | |
| download | mullvadvpn-3e4b34deeab8c1ee083e10fd161ff49b2cc09811.tar.xz mullvadvpn-3e4b34deeab8c1ee083e10fd161ff49b2cc09811.zip | |
Don't abort if installer fails to clean up obsolete interfaces
| -rw-r--r-- | dist-assets/windows/installer.nsh | 5 |
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 |
